RomanZ

Administrators
  • Posts

    3,588
  • Joined

  • Last visited

Everything posted by RomanZ

  1. Virgil, Thanks for the feedback. We are doing major changes bound to moving files, so it should be fixed in next major version (1.4).
  2. @beo6 Not actually. If you remove the directory - it should get removed on all other peers automatically. Could you please share a bit more information - which peers are involved (OS, device, RO/RW)? Also, which amount of time did you give btsync to pick up the changes?
  3. @Afrosheen Is your Mac using 2 network cards simultaneously (like, it is connected to wifi and LAN at the same time)? There is known issue with inability to find peers in LAN when multiple interfaces are involved.
  4. @pcjamesy There is such setting in WebUI. See screenshot attached.
  5. @mikeyF There is a known issue with API for Windows: it never shows the error code / text when something is going wrong. The only difference I see between your environment and mine is the API key. ...which makes me think that something is wrong with your API key. I suggest you sending me your whole config file unchanged (yes, with API key untouched - it won't be considered as terms violation as I'm BitTorrent employee, do not worry) and i'll check it in my lab. Send the file, don't copy-paste the content to make the test clean. Use syncapp@bittorrent.com e-mail address, note this forum topic in message body for ease of search.
  6. @MwpSdy311 There is no mechanism for Sync to sleep"for desktop version. It constantly keeps connection to the tracker server or other peers - and starts syncing changes once they are registered. I wonder - when this "sleep" issue occurs on Server installation of BTSync - does your laptops see each other? Did you notice how much time it take for BTSync to move into "sleep" state?
  7. @mikeyF Yes, I'm starting btsync with pretty much same command as you do from console. I did a test on Win7 x64 and WinXP x86 using your config file (except the fact that I've replaced API-KEY with my API key). The URL http://127.0.0.1:8888/api?method=get_folders should return an empty JSON data which is going to look like 2 empty square brackets: [ ]So, just to make sure that simple stuff is covered: 1. What do you mean under "non-working"? Are you getting a timeout or some other error message? 2. After you run the command line - do you see BTSync icon in the system tray appear? Is the btsync process seen in the tree or it exits immediately \ after some time? 3. Is there any other instance of BTSync running simultaneously? 4. Do you place your API key instead of "API-KEY" (I know it sounds very simple - just want to make sure you check this as well)? Don't be jealous, we'll do our best to make your API working
  8. folks, We are aware of the inconvenience brought by inability to type in the path manually - it will be fixed. Thanks for your feedback.
  9. @mikeyF Yes, I did the test on Windows. You've got a correct answer from Sync Support. They answer that API for windows can't access it ("it" = URL http://127.0.0.1:8888/gui), which is pretty much the same as I told. If you see some contradiction here - please elaborate, so I can explain it in a more detailed way.
  10. Attila, Could you please share some non-top-secret file with me that was not visible at least once so we can try repro in our lab? I'll need also a full path to this file as well to make sure that repro is precise. Thanks!
  11. @mikeyF The WebUI is not available on Windows platform. Most likely your Sync is up and running (I tested your config in my lab - it is okay). To check that it is operational: 1. check if the btsync.exe process is running 2. Run a test API command from your browser, for example - http://127.0.0.1:8888/api?method=get_folders
  12. @frafra The link dropped by Helen advises to find logs here: Windows: %APPDATA%\BitTorrent Sync\sync.log and sync.log.old Mac: ~/Library/Application\ Support/BitTorrent\ Sync/sync.log and sync.log.old Linux: ./sync/sync.log and sync.log.old Don't forget to make sure that full debug output is turned on.
  13. @SentryTheDefiant Do peers display each other in "Devices" tab? How are they connected (LAN / Internet)? Regarding peer that does not populate history - does it react on a file dropped to the sync folder (operation must be done on this peer)?
  14. @miche Please share more details on your setup. How your MacMini and MBP are connected? Internet or LAN? If LAN - please make sure that only one network interface is active at a time on each computer. If Internet - please check that file http://config.usyncapp.com/sync.conf is accessible from your both computer.
  15. @stanha It is a bug in new UI. Will be fixed.
  16. @monter966 There is no official package by BitTorrent for Synology. I suspect that the package you've got makes a special user "btsync" which has some specific umask it assigns to freshly synced files. I suggest either running btsync from a different user name - or adjusting umask for btsync user.
  17. @thelinuxfr This error looks to be bound to the fact that you've got a corrupt sync.conf file (which is stored at http://config.usyncapp.com/sync.conf) - it is also made of JSON format. 1.2 did not require this file to operate, while 1.3 does. Could you please check: 1. If you can download it directly with browser 2. If your PC is configured to use proxy server?
  18. @RNAOMDCOLECLTOINOFLERTTES That's rather strange. In your case (with disabling Relay, Tracker, DHT, LAN) only next connections should stay active: UPnP or NAT-PMP, check for updates, and that's it. Plus direct connections to the predefined hosts, if any. None of them is located on 31 or 77 networks. I wonder, if it is possible to make a traffic capture with wireshark so I can analyze it? It would be much better if you capture it together with debug logs. Thanks!
  19. @JimmyTheSaint Thanks for reporting. We'll try to reproduce it in our lab with the latest version.
  20. @uffowich This issue is going to be resolved in next major release. Thank you for reporting.
  21. @litvinov Indeed, the issue covers in the flat disposition of your files. I wonder, if you have a crash dump of Sync so we can take a closer look at it?
  22. folks, Thanks for the feedback. I'll check when it can be fixed.
  23. @DavceT Please note, that iOS version of BitTorrent Sync must be active to actually sync pictures. It cannot work in background. @Afrosheen When you are connected to the cellular data - does your PC display the phone in the "Devices" list?
  24. @tokejepsen This behavior is really strange. Which devices are you using to sync and which file systems do you use? It looks like one of the devices is using rather old "FAT16" file system which does not support long filenames.