Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrian-castravete/6e3c17d11e7815d7903c6296d8e1bf71 to your computer and use it in GitHub Desktop.
Save adrian-castravete/6e3c17d11e7815d7903c6296d8e1bf71 to your computer and use it in GitHub Desktop.
figshare desktop uploader windows logs
  1. Open a “Command Prompt”

    1. Click on “Start” (Windows Logo) in the taskbar.

    2. Click on “Run” a&b alternative. Hold “Windows Logo” key and press R.

    3. Type cmd and press Enter

  2. In the “Command Prompt” go to the figshare uploader directory.

    ----
    cd "%APPDATA%\figshare uploader"
    ----
  3. Run the “figshare uploader” with debugging capabilities. In the same “Command Prompt” window:

    ----
    figshare_uploader.exe debug
    ----
    NOTE: This will produce the `figshare_uploader.exe.log` file.
  4. Do stuff with the uploader.

  5. Copy the log file. In the same “Command Prompt” window:

    ----
    copy figshare_uploader.exe.log C:\Users\%USER%\Desktop
    ----

Now your log file should be on the Desktop. Please send it to us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment