jpn

New Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

278 profile views

jpn's Achievements

New User

New User (1/3)

  1. Hi there, Heres how do I start the API server: /Applications/BitTorrent\ Sync.app/Contents/MacOS/BitTorrent\ Sync --config ~/Documents/SANDBOX/BitTorrentSync/config.jsonAnd here are the logs that I see on startup and which I not sure what they mean: [20140118 13:09:35.880] total physical memory 9223372036854775807 max disk cache 33554432[20140118 13:09:35.880] Using IP address 192.168.1.67[20140118 13:09:35.881] Loading config file version 1.2.82[20140118 13:09:35.983] UPnP: Device error "http://192.168.1.254:8000/gsv06ssirtu/WFA/WFA.xml": (-2)[20140118 13:09:35.984] Loaded folder SyncAPI/my_storage[20140118 13:09:35.994] Incoming connection from 192.168.1.66:10262[20140118 13:09:36.998] UPnP: Device error "http://192.168.1.253:41952/nonce/": (-2)[20140118 13:09:37.639] UPnP: ERROR mapping TCP port 26085 -> 192.168.1.67:26085. Deleting mapping and trying again: (501) Action Failed[20140118 13:09:37.909] UPnP: ERROR removing TCP port 26085: (501) Action Failed[20140118 13:09:38.736] UPnP: ERROR mapping TCP port 26085 -> 192.168.1.67:26085: (501) Action Failed[20140118 13:09:40.020] UPnP: Device error "http://192.168.1.254:8000/gsv06ssirtu/WFA/WFA.xml": (-2)[20140118 13:09:41.006] UPnP: Device error "http://192.168.1.253:41952/nonce/": (-2)[20140118 13:09:42.072] UPnP: ERROR mapping UDP port 26085 -> 192.168.1.67:26085. Deleting mapping and trying again: (501) Action Failed[20140118 13:09:43.446] UPnP: ERROR mapping UDP port 26085 -> 192.168.1.67:26085: (501) Action Failed[20140118 13:09:46.891] NAT-PMP: Unable to map port with NAT-PMP.[20140118 13:09:59.897] NAT-PMP: Unable to map port with NAT-PMP.after that when my phone connects the logs start printing [20140118 13:11:28.320] Incoming connection from 192.168.1.66:10262[20140118 13:11:38.265] Incoming connection from 192.168.1.66:10262[20140118 13:11:49.626] Incoming connection from 192.168.1.66:10262[20140118 13:12:00.072] Incoming connection from 192.168.1.66:10262[20140118 13:12:10.260] Incoming connection from 192.168.1.66:10262[20140118 13:12:20.435] Incoming connection from 192.168.1.66:10262[20140118 13:12:30.189] Incoming connection from 192.168.1.66:10262[20140118 13:12:40.472] Incoming connection from 192.168.1.66:10262[20140118 13:12:50.158] Incoming connection from 192.168.1.66:10262[20140118 13:13:00.343] Incoming connection from 192.168.1.66:10262[20140118 13:13:10.486] Incoming connection from 192.168.1.66:10262Can someone explain me or point me some documentation where I can find the reasons for those logs. Cheers, JPN
  2. *EDITED: The title should be Sync New/Edited files while running is not working* Hi there! First of all let me thank you guys for having me. I've put it to run with the default config I've found in the API documentation. /Applications/BitTorrent\ Sync.app/Contents/MacOS/BitTorrent\ Sync --config ~/default_config.json GET http://127.0.0.1:8888/api?method=get_os { os: "mac" } GET http://127.0.0.1:8888/api?method=get_version { version: "1.2.82" } Indicated me that I was going well. To start trying the API I've a file inside the "storage_path", after that I went to my phone (nexus4) and added a new sync folder with the value of "secret" given by the "api?method=get_folders". Evething went fine, BitTorrent Sync started to sync all files I add on the selected folder of my nexus and also the files I add on my computer. The problem was when I created a file in my computer in the "storage_path" but nothing synced until I'd rebooted the BitTorrent Sync which was correctly running and kicking as I said so in the the first paragraph. I've done one more test after the first one I've just described above. While the API was running on my computer I've edited a file which was already created and synced between my phone and computer. Once again BitTorrent didn't sync until I forced a reboot to the running API. Is it the normal behaviour? If not, what am I missing? Cheers, JPN