DBdownload icon indicating copy to clipboard operation
DBdownload copied to clipboard

Issue on OpenBSD

Open souperdoupe opened this issue 7 years ago • 1 comments

Hi, thanks for writing this script. I love the idea and simplicity behind it and was hoping it could work on openbsd for maximum portability. My only issue so far is this:

$ python2.7 dbdownload.py 2018-03-25 14:53:36,917 *** DBdownload v0.0 starting up *** 2018-03-25 14:53:36,920 loaded token 2018-03-25 14:53:36,920 loaded delta cursor 2018-03-25 14:53:36,920 loaded local tree Traceback (most recent call last): File "dbdownload.py", line 534, in main() File "dbdownload.py", line 524, in main options['interval'], options['exec']) File "dbdownload.py", line 90, in init key, secret = decode_dropbox_key(APP_KEY) File "dbdownload.py", line 39, in decode_dropbox_key key, secret = key.split('|') ValueError: need more than 1 value to unpack

Any ideas about how to solve this?

souperdoupe avatar Mar 25 '18 18:03 souperdoupe

Did you set your APP_KEY?

ldx avatar Mar 26 '18 17:03 ldx