Danbooru Downloader 20120627 (UPDATED)

Change log:

  • Add custom autocomplete for tags.
  • Add progress bar for completed download in download list tab.
  • Add average download speed in download list tab.
  • Flash the windows/show notification ballon if download complete.
  • Fix url in Download List tab.
  • Update query string generation and fix & in status bar.
  • Fix app crash when do batch download (v20120627)

Download link here updated version here, source code in GitHub, latest tags.xml from Sankaku Complex here.

47 thoughts on “Danbooru Downloader 20120627 (UPDATED)”

    1. I take that back, about “no bugs”. I seem to have a force-close error when i try to batch download any query from any provider. The log makes no mention of it “2012-08-14 16:23:54,541 DEBUG – Danbooru Downloader 3.2012.06.26 loaded.” that’s the last line on log.

      ##################################
      Problem signature:
      Problem Event Name: CLR20r3
      Problem Signature 01: danboorudownloader3.exe
      Problem Signature 02: 3.2012.6.26
      Problem Signature 03: 4fe98429
      Problem Signature 04: mscorlib
      Problem Signature 05: 4.0.0.0
      Problem Signature 06: 4e1823db
      Problem Signature 07: 2a55
      Problem Signature 08: 106
      Problem Signature 09: D51IN4E5LD1NGMK1INCSWOLBF0HVJBJV
      OS Version: 6.1.7600.2.0.0.256.1
      Locale ID: 1033
      Additional Information 1: bb80
      Additional Information 2: bb8072e5c0c04d72422f86bde03a9b0e
      Additional Information 3: 7c48
      Additional Information 4: 7c4839e2e02befb3adbe7176674d1b4b

      1. can you give me the complete log? do you have tags.xml in your application folder? please download it from settings tab -> Update tags.xml

      2. Yeah, I tried using both a new tags.xml using gelbooru as source and an older tags.xml from Sankaku Complex, neither helped.

        Here is a fresh log from startup to batch begin.
        ##################
        2012-08-14 19:33:12,182 INFO – Turning on logging
        2012-08-14 19:33:13,080 INFO – Starting up Danbooru Downloader 3.2012.06.26
        2012-08-14 19:33:13,094 DEBUG – Loading provider list.
        2012-08-14 19:33:13,117 DEBUG – Provider list loaded.
        2012-08-14 19:33:13,139 DEBUG – Danbooru Downloader 3.2012.06.26 loaded.
        ##################

        And then it crashes again, with same problem signature as before.
        Is there a way to download the latest .NET framework? I’m not sure which version I have, but I’m not convinced it’s the latest either.

        1. Can you give me the complete log from the unhandled exception window? what is the query you are using, which provider do you use. Please give more detailed explanation.

      3. I rebuilt the tags.xml from scratch, downloaded from Sankaku’s source then merged it with Danbooru’s source. The Batch process fails regardless of the query or provider or anything as far as I can tell. It simply crashes the instant you hit the “Start Batch Job” button.

        http://i.imgur.com/IbqPt.jpg

        That was the entirety of the exception window log (sans the privacy policy links).
        I’ll include them this time if it helps though.
        #####
        Problem signature:
        Problem Event Name: CLR20r3
        Problem Signature 01: danboorudownloader3.exe
        Problem Signature 02: 3.2012.6.26
        Problem Signature 03: 4fe98429
        Problem Signature 04: mscorlib
        Problem Signature 05: 4.0.0.0
        Problem Signature 06: 4e1823db
        Problem Signature 07: 2a55
        Problem Signature 08: 106
        Problem Signature 09: D51IN4E5LD1NGMK1INCSWOLBF0HVJBJV
        OS Version: 6.1.7600.2.0.0.256.1
        Locale ID: 1033
        Additional Information 1: bb80
        Additional Information 2: bb8072e5c0c04d72422f86bde03a9b0e
        Additional Information 3: 7c48
        Additional Information 4: 7c4839e2e02befb3adbe7176674d1b4b

        Read our privacy statement online:
        http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

        If the online privacy statement is not available, please read our privacy statement offline:
        C:Windowssystem32en-USerofflps.txt

        1. Weird, I cannot recreate the error dialog.
          I have tried in Windows XP SP3 32bit and Windows 7 32bit and 64bit.

          After a quick googling, I suspect the problem maybe with the .Net installation (mscorlib). Usually if it is from my code, it will show Unhandled Exception Error (dialog box with red X icon), not this one.

          Anyway, I will upload a new version today.

  1. Error

    2012-08-12 04:12:41,280 ERROR – Cannot load tags.xml
    System.IO.FileNotFoundException: Cannot load tags.xml
    File name: ‘tags.xml’
    at DanbooruDownloader3.DAO.DanbooruTagsDao..ctor(String xmlTagFile)
    at DanbooruDownloader3.DAO.DanbooruTagsDao.get_Instance()
    at DanbooruDownloader3.DAO.DanbooruPostDao.ProcessXML(XmlTextReader reader)
    at DanbooruDownloader3.DAO.DanbooruPostDao.ReadXML(Stream input)
    at DanbooruDownloader3.DAO.DanbooruPostDao..ctor(Stream input, DanbooruProvider provider, String query, String searchTags, String referer, Boolean isXMl, List`1 BlacklistedTag)
    at DanbooruDownloader3.FormMain.clientList_DownloadDataCompleted(Object sender, DownloadDataCompletedEventArgs e)
    2012-08-12 04:15:06,853 INFO – Getting list: http://gelbooru.com/index.php?page=dapi&s=post&q=index&
    2012-08-12 04:15:11,720 DEBUG – Download list completed
    2012-08-12 04:15:13,071 ERROR – The request was aborted: The request was canceled.
    System.Reflection.TargetInvocationException: An exception occurred during the operation, making the result invalid. Check InnerException for exception details. —> System.Net.WebException: The request was aborted: The request was canceled.
    at System.Net.ConnectStream.EndRead(IAsyncResult asyncResult)
    at System.Net.WebClient.DownloadBitsReadCallbackState(DownloadBitsState state, IAsyncResult result)
    — End of inner exception stack trace —
    at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
    at DanbooruDownloader3.FormMain.clientList_DownloadDataCompleted(Object sender, DownloadDataCompletedEventArgs e)
    2012-08-12 04:18:19,152 INFO – Closing down Danbooru Downloader.
    2012-08-12 04:18:19,152 INFO – ############################################################################

    I did overwrite a working version, the tag.xml file was never there (I guess). Can you please advise?

  2. Is there anyway to download the entirety of one pool? I tried entering the pool URL into the [Source] field but that didn’t seem to work.
    <– has no idea how this app works
    I would use multiple tags to narrow it down but basic account is restricted to 2 tags on danbooru ugh

  3. 1。Hi, how to/is there a way to search for a date range? like maybe I want to download images of a certain tag regularly, which i will archive to another storage and delete the originals, so i can’t simply attempt to redownload 1000s of files and wait for the program to “skip” them

    2。 do this downloader do any hash or duplicate checking for images from different sites? or only filename?

      1. yea, read that before.
        But unless I miss something, it can only search(exclude) for a particular date right? so thee are no ways/tricks to search for a particular range of date?

  4. When i download:

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.ArgumentException: Column named colUrl2 cannot be found.
    Parameter name: columnName
    at System.Windows.Forms.DataGridViewCellCollection.get_Item(String columnName)
    at DanbooruDownloader3.FormMain.DownloadRows(DataGridViewRow row)
    at DanbooruDownloader3.FormMain.btnDownloadFiles_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    —————————————-
    DanbooruDownloader3
    Assembly Version: 3.2012.6.27
    Win32 Version: 3.2012.06.27
    CodeBase: file:///E:/Program%20Files/Down/工具/DanbooruDownloader/DanbooruDownloader20120627/DanbooruDownloader3.exe
    —————————————-
    log4net
    Assembly Version: 1.2.11.0
    Win32 Version: 1.2.11.0
    CodeBase: file:///E:/Program%20Files/Down/工具/DanbooruDownloader/DanbooruDownloader20120627/log4net.DLL
    —————————————-
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.278 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    —————————————-
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.282 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    —————————————-
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.269 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    —————————————-
    System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    —————————————-
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    —————————————-
    Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    —————————————-
    100t0gza
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.269 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    —————————————-

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

    1. All ok in my pc. Can you redownload and extract the application to different directory? Or try to update the .Net Framework

      1. BTW:The old version(20100917) is normal

        When i load:
        See the end of this message for details on invoking
        just-in-time (JIT) debugging instead of this dialog box.

        ************** Exception Text **************
        System.InvalidOperationException: Column cannot be added because it is frozen and placed after an unfrozen column.
        at System.Windows.Forms.DataGridView.CorrectColumnFrozenState(DataGridViewColumn dataGridViewColumn, Int32 anticipatedColumnIndex)
        at System.Windows.Forms.DataGridView.OnAddingColumn(DataGridViewColumn dataGridViewColumn)
        at System.Windows.Forms.DataGridViewColumnCollection.Add(DataGridViewColumn dataGridViewColumn)
        at System.Windows.Forms.DataGridView.AutoGenerateDataBoundColumns(DataGridViewColumn[] boundColumns)
        at System.Windows.Forms.DataGridView.RefreshColumns()
        at System.Windows.Forms.DataGridView.RefreshColumnsAndRows()
        at System.Windows.Forms.DataGridView.OnDataSourceChanged(EventArgs e)
        at System.Windows.Forms.DataGridView.set_DataSource(Object value)
        at DanbooruDownloader3.FormMain.btnLoadDownloadList_Click(Object sender, EventArgs e)
        at System.Windows.Forms.Control.OnClick(EventArgs e)
        at System.Windows.Forms.Button.OnClick(EventArgs e)
        at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
        at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
        at System.Windows.Forms.Control.WndProc(Message& m)
        at System.Windows.Forms.ButtonBase.WndProc(Message& m)
        at System.Windows.Forms.Button.WndProc(Message& m)
        at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
        at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
        at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

        ************** Loaded Assemblies **************
        mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
        —————————————-
        DanbooruDownloader3
        Assembly Version: 3.2012.6.27
        Win32 Version: 3.2012.06.27
        CodeBase: file:///E:/Program%20Files/Down/Tool/DanbooruDownloader/DanbooruDownloader20120627/DanbooruDownloader3.exe
        —————————————-
        log4net
        Assembly Version: 1.2.11.0
        Win32 Version: 1.2.11.0
        CodeBase: file:///E:/Program%20Files/Down/Tool/DanbooruDownloader/DanbooruDownloader20120627/log4net.DLL
        —————————————-
        System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.278 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
        —————————————-
        System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.282 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
        —————————————-
        System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.269 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
        —————————————-
        System.Configuration
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
        —————————————-
        System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 built by: RTMRel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
        —————————————-
        Accessibility
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 built by: RTMRel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
        —————————————-
        100t0gza
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.269 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
        —————————————-

        ************** JIT Debugging **************
        To enable just-in-time (JIT) debugging, the .config file for this
        application or computer (machine.config) must have the
        jitDebugging value set in the system.windows.forms section.
        The application must also be compiled with debugging
        enabled.

        For example:

        When JIT debugging is enabled, any unhandled exception
        will be sent to the JIT debugger registered on the computer
        rather than be handled by this dialog box.

        See the end of this message for details on invoking
        just-in-time (JIT) debugging instead of this dialog box.

        ************** Exception Text **************
        System.InvalidOperationException: Column cannot be added because it is frozen and placed after an unfrozen column.
        at System.Windows.Forms.DataGridView.CorrectColumnFrozenState(DataGridViewColumn dataGridViewColumn, Int32 anticipatedColumnIndex)
        at System.Windows.Forms.DataGridView.OnAddingColumn(DataGridViewColumn dataGridViewColumn)
        at System.Windows.Forms.DataGridViewColumnCollection.Add(DataGridViewColumn dataGridViewColumn)
        at System.Windows.Forms.DataGridView.AutoGenerateDataBoundColumns(DataGridViewColumn[] boundColumns)
        at System.Windows.Forms.DataGridView.RefreshColumns()
        at System.Windows.Forms.DataGridView.RefreshColumnsAndRows()
        at System.Windows.Forms.DataGridView.OnDataSourceChanged(EventArgs e)
        at System.Windows.Forms.DataGridView.set_DataSource(Object value)
        at DanbooruDownloader3.FormMain.btnLoadDownloadList_Click(Object sender, EventArgs e)
        at System.Windows.Forms.Control.OnClick(EventArgs e)
        at System.Windows.Forms.Button.OnClick(EventArgs e)
        at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
        at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
        at System.Windows.Forms.Control.WndProc(Message& m)
        at System.Windows.Forms.ButtonBase.WndProc(Message& m)
        at System.Windows.Forms.Button.WndProc(Message& m)
        at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
        at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
        at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

        ************** Loaded Assemblies **************
        mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
        —————————————-
        DanbooruDownloader3
        Assembly Version: 3.2012.6.27
        Win32 Version: 3.2012.06.27
        CodeBase: file:///E:/Program%20Files/Down/Tool/DanbooruDownloader/DanbooruDownloader20120627/DanbooruDownloader3.exe
        —————————————-
        log4net
        Assembly Version: 1.2.11.0
        Win32 Version: 1.2.11.0
        CodeBase: file:///E:/Program%20Files/Down/Tool/DanbooruDownloader/DanbooruDownloader20120627/log4net.DLL
        —————————————-
        System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.278 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
        —————————————-
        System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.282 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
        —————————————-
        System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.269 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
        —————————————-
        System.Configuration
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
        —————————————-
        System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 built by: RTMRel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
        —————————————-
        Accessibility
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 built by: RTMRel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
        —————————————-
        100t0gza
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.269 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
        —————————————-

        ************** JIT Debugging **************
        To enable just-in-time (JIT) debugging, the .config file for this
        application or computer (machine.config) must have the
        jitDebugging value set in the system.windows.forms section.
        The application must also be compiled with debugging
        enabled.

        For example:

        When JIT debugging is enabled, any unhandled exception
        will be sent to the JIT debugger registered on the computer
        rather than be handled by this dialog box.

  5. One other problem. I downloaded files with %tag1%, then later switched to %tag2%. I’m using ‘usetagsasdir’ so I expected something like /root/%searchtag%/. It worked fine with the first batch, but the second batch resulted in /root/%tag1%/%tag2%/

    1. This is for pixiv or danbooru? danbooru don’t have usetagsasdir option. You can use %searchtag% when add the batch job.

      I will check for the pixiv downloader.

      1. Whoops. Both comments are for the pixiv downloader. Sorry about that.

  6. I’m trying to do a batch by date range, and it only appeared to search up to page 10 (IE, I could start on page 11 or later, and it would pull up page 10’s results). It did this in a session that had previously reached its page limit. I closed the program and tried again in a new window, and it seemed to work, so there is probably a limit variable somewhere that isn’t getting reset.

  7. I’m getting this error when attempting to batch download from Gelbooru:
    [DoBatchJob] Error: Root element is missing.
    Stack Trace:
    at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
    at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
    at DanbooruDownloader3.DAO.DanbooruPostDao.ProcessXML(XmlTextReader reader)
    at DanbooruDownloader3.DAO.DanbooruPostDao.ReadXML(Stream input)
    at DanbooruDownloader3.DAO.DanbooruPostDao..ctor(Stream input, DanbooruProvider provider, String query, String searchTags, String referer, Boolean isXMl, List`1 BlacklistedTag)
    at DanbooruDownloader3.FormMain.DoBatchJob(BindingList`1 batchJob)

      1. Nevermind. It’s working now. I noticed that I must not touch gelbooru’s provider list settings.

  8. I tried to do the clickonce download application but I get this error message

    /icon.ico.deploy did not succeed.

    Also, how am I supposed to fill out the username and password? I don’t understand what I have to do.

      1. So the “Clickonce” is not important? Okay.

        Still, I’m having trouble with the filling out the username and password. I get that you have to edit the XML.file and place your password and username inside but I’m not sure exactly how you have to edit it in.

        I put in my name and password like this.

        Sorgey

        But it doesn’t work. Sorry to bug but I have no clue on what to do here.

      2. Thank you. It works now. I was gonna tell you that it couldn’t load tags but I found out how to fix the problem.

        Thanks again.

  9. Mine crashes everytime I start a batch job.
    Where can I find the error log so I can send it to you?
    Do you prefer a screenshot instead?

    1. the log files should be in the same folder with the application. You can also upload the screenshot in imgur

      1. No. It’s still crashing.
        This is what I’m getting in the log when the crash happens (nothing useful really):
        2012-06-27 00:03:09,317 INFO – Turning on logging
        2012-06-27 00:03:09,802 INFO – Starting up Danbooru Downloader 3.2012.06.26
        2012-06-27 00:03:09,807 DEBUG – Loading provider list.
        2012-06-27 00:03:09,817 DEBUG – Provider list loaded.
        2012-06-27 00:03:09,832 DEBUG – Danbooru Downloader 3.2012.06.26 loaded.

Comments are closed.