bbolli / tumblr-utils

Utilities for dealing with Tumblr blogs, Tumblr backup
GNU General Public License v3.0
667 stars 124 forks source link

error: missing blog-name #193

Closed thecolossalennui closed 5 years ago

thecolossalennui commented 5 years ago

Hey there, I've been following the guide but at the point of entering D:\Downloads\bbolli-tumblr-utils-d8c620f>tumblr_backup.py thecolossalennui it gives the message

Usage: tumblr_backup.py [options] blog-name ... tumblr_backup.py: error: Missing blog-name

As far as I'm aware thecolossalennui is my blog name. Tips?

Hrxn commented 5 years ago

Yes, this should be right. Can you copy the full output (and command) for your terminal and paste it in here?

thecolossalennui commented 5 years ago

Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>cd /d D:\Downloads\bbolli-tumblr-utils-d8c620f

D:\Downloads\bbolli-tumblr-utils-d8c620f>tumblr_backup.py thecolossalennui Usage: tumblr_backup.py [options] blog-name ...

tumblr_backup.py: error: Missing blog-name

D:\Downloads\bbolli-tumblr-utils-d8c620f>

cebtenzzre commented 5 years ago

Is this a dupe of #163? Try the solutions proposed there.

thecolossalennui commented 5 years ago

Thank you, my registry was borked, and reinstalling python and letting it add to the PATH seems to have also aided in getting my cmd.exe to recognize 'python' as a command. Cheers