View Issue Details

IDProjectCategoryView StatusLast Update
0001690Chrono Download ManagerBugpublic2017-05-25 18:37
Reporterwolfsong Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
PlatformDesktopOSWindowsOS Version10
Summary0001690: Version: 0.9.3: Naming Mask
DescriptionNaming mask fails by rule and no option to set naming mask in Sniffer
Steps To ReproduceAdded *datetime[,yyyy-MM-dd hh:mm:ss]*_*url*.*ext* to Naming Mask image column of Rule System page and changed match mode to replace.

Selected sniffer and downloaded files

Downloaded files are saved with default.

Tried using sniffer again and selected Task tab but naming mask is greyed out.

Tried reset option and same result
Tagsrule, tutorial
Chrome Version57.0.2987.133 (64-bit)

Activities

wolfsong

wolfsong

2017-03-29 23:19

reporter  

1490847483960screencapture.png (74,804 bytes)   
1490847483960screencapture.png (74,804 bytes)   
admin

admin

2017-05-25 18:36

administrator   ~0000400

Hello wolfsong, there are some problems in the rule:
1. *datetime[,yyyy-MM-dd hh:mm:ss]* should be *datetime,yyyy-MM-dd hh:mm:ss*
    the brackets indicate that the part inside is optional, you should omit the brackets when you actually provide that part
2. you should omit the {r_done} from the condition, cause that will only match completed task. this is a very common error, I should have documented it somewhere

Here is what I got after the changes, note that some characters are normalized to form a valid file path:
URL:
https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png
Filename:
2017-05-25 16_29_15_https_/www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png.png

Issue History

Date Modified Username Field Change
2017-03-29 23:19 wolfsong New Issue
2017-03-29 23:19 wolfsong File Added: 1490847483960screencapture.png
2017-05-25 18:36 admin Note Added: 0000400
2017-05-25 18:37 admin Tag Attached: rule
2017-05-25 18:37 admin Tag Attached: tutorial
2017-05-25 18:37 admin Status new => resolved
2017-05-25 18:37 admin Resolution open => no change required