Download and category problems
See original GitHub issueWith the latest update ed52a00 I’ve got some problems:
- when saving settings (in Google Chrome) it won’t save because of NoneType error I’ve traced that error to the problem:
Line: 2251 prem_config.set('categories', ('cat_name' + str([x])), request.form.get('cat_name' + str([x])))
actual form
<input type="text" autocomplete="off" class="form-control" placeholder="Name"
ame=" cat_name[1]"
aria-describedby="basic-addon1"
value="tv">
There is an extra space ’ ’ before cat_name[1]
- before that, I wasn’t able to select a category for a task, after adding the extra space it worked but now the download task won’t start
Don’t know if this is connected or a different error.
09-14 21:41:52: INFO : Task: Pirates of the Caribbean - At Worlds End (2007) [1080p] -- id: fZPSeaNxzQQL4miR87frzQ -- Category set to: movie
Execution of job "update (trigger: interval[0:00:01], next run at: 2019-09-14 21:41:54 CEST)" skipped: maximum number of running instances reached (1)
Execution of job "update (trigger: interval[0:00:01], next run at: 2019-09-14 21:41:55 CEST)" skipped: maximum number of running instances reached (1)
Execution of job "update (trigger: interval[0:00:01], next run at: 2019-09-14 21:41:56 CEST)" skipped: maximum number of running instances reached (1)+
09-14 21:45:36: WARNING : Download: Pirates of the Caribbean - At Worlds End (2007) [1080p] stuck restarting task
Execution of job "update (trigger: interval[0:00:01], next run at: 2019-09-14 21:45:38 CEST)" skipped: maximum number of running instances reached (1)
Execution of job "update (trigger: interval[0:00:01], next run at: 2019-09-14 21:45:39 CEST)" skipped: maximum number of running instances reached (1)
Execution of job "update (trigger: interval[0:00:01], next run at: 2019-09-14 21:45:40 CEST)" skipped: maximum number of running instances reached (1)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Download manager shows category problems
Download manager shows category problems. This topic has 5 replies, 2 voices, and was last updated 7 years, 10 months ago by Shahjada....
Read more >Downloading Category Data to a File | Working with Data
Overview Category data in your Site Manager can be exported to a .csv file that can be edited with a spreadsheet program such...
Read more >Downloading issues - Sellfy Help Center
download problems, device downloads, pending orders, .zip or .rar formats.
Read more >Quicken categorizes downloading transactions when I set it ...
To build on what @Chris_QPW said, if you see a transaction that has been assigned a Category, go to Tools > Memorized Payee...
Read more >Auto-download not working for default category #7471 - GitHub
I have written a short but informative title. If this is an issue with an extension, I should be opening an issue in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
sorry seems I forgot some more stuff 😕 #227
#226 fixed it, after clearing and re-adding all downloads they work again.
Thanks!