Open GoogleCodeExporter opened 9 years ago
Thanks! Believe it or not, your feedback and compliments were very valuable to
us! It's that sort of thing that keeps us motivated to build free software.
- I will schedule the "Run on Login" feature.
- In terms of other things mentioned: Thanks! We are continually improving the
sync engine and core FTP compatibility.
I would expect the "Run on Login" feature to be completed in late Dec or mid
January. We're busy adding full compatibility with more FTP servers, improving
the sync reliability and adding Dropbox-like sync icons until then. Not to
mention the Mac and Linux builds.
Again, thanks for your feedback. I hope you continue to participate in the
project!
Original comment by simonis2...@gmail.com
on 15 Nov 2013 at 6:24
Simon, if the run on login is implemented the cool feature to have with it
would be auto login in the background
Also during further "stress testing" I was able to find another issue...seems
that if you run iqbox on 2 separate machines and login under the same user and
make big changes to the files on one machine while both "client apps" are
logged in as the same user to server the 2 client app instances bump heads so
to speak...one instance of iqbox gives the following in the log (I made it
recreate the error so I could paste it here because in order to get it to
"resync" correctly with the server I had to uninstall and reinstall for some
reason deleting the files in user path local and roaming didn't work for me):
2013-11-16 02:39:47 SERIOUS ERROR: Please report to author.
2013-11-16 02:39:47 Traceback (most recent call last):
2013-11-16 02:39:47 File "iqbox_core.pyc", line 149, in runIQBoxCore
2013-11-16 02:39:47 File "manual_scan.pyc", line 137, in scan_local
2013-11-16 02:39:47 File "dbcore.pyc", line 295, in timeDiff
2013-11-16 02:39:47 NameError: global name 'sys' is not defined
2013-11-16 02:39:47 Attempting to recover the sync operation, but first
2013-11-16 02:39:47 waiting 5 seconds.
2013-11-16 02:39:47 THREAD_COMM>> Updating GUI status to: Error: IQBox will try
to re-sync, but may not be able to.
2013-11-16 02:39:47 THREAD_COMM>> Done updating GUI status
2013-11-16 02:39:47 Waiting 5 seconds..
It loops from that point forward...
I believe the sync operation DB needs to have a file on the server that only
the apps access and that more than one client app can access if the user is
going to use the same login on multiple machines with the same login
information. There would need to be some type of "authority" given to each
instance like the last instance to modify has "authority" over "this" file
until both are in sync otherwise instance 1 will try to reupload the files that
instance 2 just deleted/moved/modified/etc...I'll do some digging to see if I
can find some decent code that might help with that.
Thanks
M.
Original comment by monsterp...@live.com
on 16 Nov 2013 at 2:53
Of course there's always the fact that I could be over complicating things...I
will continue my tests and post relevant findings...keep up the good work
"Computers are incredibly fast, accurate and stupid; humans are incredibly
slow, inaccurate and brilliant; together they are powerful beyond
imagination.”
- Albert Einstein
Thanks,
M.
Original comment by monsterp...@live.com
on 16 Nov 2013 at 3:08
Hi sorry, for some reason my Google notifications aren't working and I missed
this! I'm upset at myself because I find your results and feedback really
important!
I will now keep a closer eye on this thread!
That is a bizarre error. I will have a look at it.
Hmmm.. We were careful to only keep .sync bookmarks under the roaming profile,
and the rest is under the \AppData\Local\IQBoxSoftware\IQBox\Logs
Hmmm.. So you're correct that if 2 users on the same PC, with the same Windows
username AND the same FTP username/server both used IQBox at the same time,
there would be access issues in the database.
But I think we resolved that in the latest release.. I could be wrong, but I
think we also added a different database name if the folder path is different.
Can you see if the latest version works? Remember to backup your sites folder.
Also, there's other sync improvements in this version.
Original comment by simonis2...@gmail.com
on 2 Jun 2014 at 7:22
You may have either mistyped or misread my previous comment... If you run IQBox
on TWO different computers with the same FTP credentials (say I wanted to work
on files from my office computer and later in the evening on my laptop) but I
want to leave IQBox running on my office computer so the work I do on my laptop
syncs to my office computer if I make major changes to files and folders from
my laptop while it is running from my desktop at the same time it will not work
properly it will loop and loop with that error.
I will check the newest version. The version I was using from my previous post
would sync all the minor changes if they occur slowly but if I deleted or
renamed many files at once it got "confused" and would put the older files
back...then on the second rename or delete attempt it would loop
Original comment by monsterp...@live.com
on 2 Jun 2014 at 9:50
Ok, great let me know. You might want to back up your bookmarks folder. Tray >
Advanced > Open Bookmarks folder.
Thanks so much for your time!!!!!!
Original comment by simonis2...@gmail.com
on 2 Jun 2014 at 10:28
Original issue reported on code.google.com by
monsterp...@live.com
on 11 Nov 2013 at 8:48