View Single Post
Old 02-26-2017, 03:29 PM   #32
trap000d
Member
trap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipse
 
Posts: 23
Karma: 8028
Join Date: Sep 2016
Device: Kindle PW1
Hi,

Are you behind proxy?

Could you check if the problem persists when you use different wireless connection?

If it's a proxy, then you might add your proxy settings into menu.json (as a workaround)

Code:
Original line:
{"name": "[ Synchronize ]", "priority": 1, "action": "/mnt/us/python/bin/python2.7 /mnt/us/extensions/dropbox/bin/dbcli.py"},

Change it to (put your actual proxy address here):
{"name": "[ Synchronize ]", "priority": 1, "action": "export http_proxy=http://wwwcache.lancs.ac.uk:8080/; /mnt/us/python/bin/python2.7 /mnt/us/extensions/dropbox/bin/dbcli.py"},

Quote:
Originally Posted by camifran View Post
I posted this as an issue in the github page, but will post it here also in case anyone can chime in and point me to my error. Thanks!

Hi, i followed your installation instructions and edited the dropbox.cfg file like this:

Code:
[server]
library = KindleTK
token = (mytoken) 

[kindle]
local = /mnt/us/documents/Dropbox
upload = /KmeKV
I created all the folders manually, both in Dropbox and in my kindle.
When I try to sync, a connection error pops up, path not found or something like that flashes on the bottom of the screen.

The log:

Code:
eips: pixel_in_range> (1088, 1416) pixel not in range (0..1072, 0..1448)
eips: pixel_in_range> (1088, 1416) pixel not in range (0..1072, 0..1448)
409 Client Error: Conflict for url: https://api.dropboxapi.com/2/files/get_metadata
Any help? thank you!
trap000d is offline   Reply With Quote