This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-06-28 07:38:28 ERROR Thread-42 :: Failed doing webui callback: Traceback (most recent call last): | |
2015-06-28 07:38:28 DEBUG Thread-42 :: This download is marked a priority download so I'm going to replace an existing file if I find one | |
2015-06-28 07:38:28 DEBUG Thread-42 :: There is no existing file so there's no worries about replacing it | |
2015-06-28 07:38:28 DEBUG Thread-42 :: Is ep a priority download: True | |
2015-06-28 07:38:28 DEBUG Thread-42 :: SB snatched this episode and it is not processed before | |
2015-06-28 07:38:28 DEBUG Thread-42 :: Quality of the episode we're processing: 2 | |
2015-06-28 07:38:28 DEBUG Thread-42 :: The old status had a quality in it, using that: SD DVD | |
2015-06-28 07:38:28 DEBUG Thread-42 :: Retrieving episode object for 1x18 | |
2015-06-28 07:38:28 DEBUG Thread-42 :: Parse result(release_group): None | |
2015-06-28 07:38:28 DEBUG Thread-42 :: or Parse result(air_date): None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-06-28 22:22:44 ERROR Thread-72 :: Failed doing webui callback: Traceback (most recent call last): | |
2015-06-28 22:22:44 DEBUG Thread-72 :: This download is marked a priority download so I'm going to replace an existing file if I find one | |
2015-06-28 22:22:44 DEBUG Thread-72 :: There is no existing file so there's no worries about replacing it | |
2015-06-28 22:22:44 DEBUG Thread-72 :: Is ep a priority download: True | |
2015-06-28 22:22:44 DEBUG Thread-72 :: SB snatched this episode and it is not processed before | |
2015-06-28 22:22:44 DEBUG Thread-72 :: Quality of the episode we're processing: 2 | |
2015-06-28 22:22:44 DEBUG Thread-72 :: The old status had a quality in it, using that: SD DVD | |
2015-06-28 22:22:44 DEBUG Thread-72 :: 255316: Loading episode details from DB for episode 1x18 | |
2015-06-28 22:22:44 DEBUG Thread-72 :: 255316: An object for episode 1x18 didn't exist in the cache, trying to create it | |
2015-06-28 22:22:44 DEBUG Thread-72 :: Retrieving episode object for 1x18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name PledgeBox details | |
// @version 0.1 | |
// @description Add tracking infos on PledgeBox interface. | |
// @author Romain | |
// @match https://survey.pledgebox.com/projects/detail/* | |
// @grant none | |
// @downloadURL https://gist.githubusercontent.com/grobux/48eeebdc5d9b746e298d23dc90ecf531/raw/pledgebox-get-tracking.user.js | |
// @updateURL https://gist.githubusercontent.com/grobux/48eeebdc5d9b746e298d23dc90ecf531/raw/pledgebox-get-tracking.user.js | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Pledgebox | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
/* | |
* PledgeBox pledge manager | |
* Display some datas about your order on a project | |
* Run it on "thank you" page. | |
* URL scheme: https://survey.pledgebox.com/project/[PROJECT_ID]/[PROJECT_SLUG]/[TOKEN]/success |