Page 1 of 1

Cannot See Anything During Add Folder

Posted: Sun Sep 14, 2014 2:59 am
by Tuscck
Got the same issue as mentioned in post on bittorrent forum regarding synology Nasses:

Code: Select all

http://forum.bittorrent.com/topic/31531-synology-nas-cannot-see-anything-during-add-folder/
See the btsync main screen, and I had tried to click the add folder, and nothing can be selected and added, like the attached screen. Even I added some folders rights to users group also no help.

Also dont have a save button for saving the different configurations. Or for adding new user.

Re: Cannot See Anything During Add Folder

Posted: Sun Sep 14, 2014 5:40 am
by clinton.hall
according to the syno post, it appears this may be a btsync version bug?

i'll look to see if this apkg can be updated. It may require a complete re-install, and not just an update.

Re: Cannot See Anything During Add Folder

Posted: Sun Sep 14, 2014 6:29 am
by Tuscck
Correct, a btsync version bug

Re: Cannot See Anything During Add Folder

Posted: Tue Sep 16, 2014 12:10 pm
by clinton.hall
http://forum.asustor.com/viewtopic.php? ... =60#p13244

hopefully this new version will be available. philippe is now maintaining this App, so I'll leave it to him to assist if this update doesn't fix this.

Re: Cannot See Anything During Add Folder

Posted: Mon Sep 22, 2014 7:26 am
by jscoleman
Was able to resolve this by replacing the sync.conf file with the config below. Because I do not define a username & password it will prompt you to set one up on first launch.

File location: /usr/local/AppCentral/bt-sync/config/
File name: sync.conf

You can either replace the file or rename it/move it then add the new sync.conf with the contents below:




{
"device_name": "Asustor Sync Device",
"listening_port" : 0, // 0 - randomize port

/* storage_path dir contains auxilliary app files if no storage_path field: .sync dir created in the directory
where binary is located. otherwise user-defined directory will be used */
// "storage_path" : "/usr/local/AppCentral/bt-sync/config/.sync",

/* set location of pid file */
"pid_file" : "/usr/local/AppCentral/bt-sync/config/btsync.pid",

/* use UPnP for port mapping */
"use_upnp" : true,

/* limits in kB/s. 0 - no limit */
"download_limit" : 0,
"upload_limit" : 0,

/* proxy configuration */
// "proxy_type" : "socks4", // Valid types: "socks4", "socks5", "http_connect". Any other value means no proxy
// "proxy_addr" : "192.168.1.2", // IP address of proxy server.
// "proxy_port" : 1080,
// "proxy_auth" : false, // Use authentication for proxy. Note: only username/password for socks5 (RFC 1929) is supported, and it is not really secure
// "proxy_username" : "user",
// "proxy_password" : "password",

"webui" :
{
"listen" : "0.0.0.0:5555" // remove field to disable WebUI

/* preset credentials. Use password or password_hash */
// ,"login" : "admin"
// ,"password" : "password"
// ,"password_hash" : "some_hash" // password hash in crypt(3) format
// ,allow_empty_password" : false // Defaults to true
/* ssl configuration */
// ,"force_https" : true // disable http
// ,"ssl_certificate" : "/path/to/cert.pem"
// ,"ssl_private_key" : "/path/to/private.key"

/* directory_root path defines where the WebUI Folder browser starts (linux only). Default value is / */
,"directory_root" : "/usr/local/AppCentral/bt-sync/"

/* dir_whitelist defines which directories can be shown to user or have folders added (linux only)
relative paths are relative to directory_root setting */
,"dir_whitelist" : [ "/volume1", "work" ]
}

/* !!! if you set shared folders in config file WebUI will be DISABLED !!!
shared directories specified in config file override the folders previously added from WebUI. */
/*,
"shared_folders" :
[
{
"secret" : "MY_SECRET_1", // required field - use --generate-secret in command line to create new secret
"dir" : "/home/user/bittorrent/sync_test", // * required field
"use_relay_server" : true, // use relay server when direct connection fails
"use_tracker" : true,
"use_dht" : false,
"search_lan" : true,
"use_sync_trash" : true, // enable SyncArchive to store files deleted on remote devices
"overwrite_changes" : false, // restore modified files to original version, ONLY for Read-Only folders
"known_hosts" : // specify hosts to attempt connection without additional search
[
"192.168.1.2:44444"
]
}
]
*/

/* Advanced preferences can be added to config file. Info is available at http://sync-help.bittorrent.com */

}

Re: Cannot See Anything During Add Folder

Posted: Mon Sep 22, 2014 7:57 pm
by Tuscck
I rather wait for a response from the one whois responsible for this app at Asustor.
Dont wanne brick my NAS.
It also seem connected to the other topic:

http://forum.asustor.com/viewtopic.php?f=62&t=1817

But got the feeling someone is on a holiday.

:D

Re: Cannot See Anything During Add Folder

Posted: Mon Sep 22, 2014 8:28 pm
by jscoleman
Yeah, this really shouldn't have taken long to resolve.. Last night was my first attempt to use BTSync on my asustor and i ran into the problem described in the thread, in less than 15 minutes i was able to resolve it. Not sure what the hangup is..

Re: Cannot See Anything During Add Folder

Posted: Wed Sep 24, 2014 7:47 pm
by philippe
Hello,

Please update to the latest version of bt-sync:

http://forum.asustor.com/viewtopic.php? ... =70#p13712

Best regards,

Philippe

Re: Cannot See Anything During Add Folder

Posted: Thu Oct 10, 2019 6:51 pm
by rootwilliamson
Someone fix this problem on Github. Need people to test it: https://github.com/SynoCommunity/spksrc ... t-55343627