-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marking as favorite any files within the SpiderOak Hive section hangs the application #325
Comments
An additional, salient detail: I experience this problem only in some of my accounts, and not in others. I was alerted to it by a user bug report, so know that is not specific to my accounts. That it only happens in some accounts raises the possibility that it's a server-side problem. |
I'm not sure whether to be frustrated or relieved, but subsequent tries in the account where I was clearly having the problem is no longer showing the problem. Perhaps I didn't wait long enough on the downloads - but I waited upwards of five minutes on at least a few, and a good while on many, and none of them went through. Now they all are. |
Barring any more immediate fix, we may benefit by implementing debugging provisions so we can collect data from users that encounter the problem. Perhaps something as simple as console.log() messages indicating the path of the visited file, to be active in debugging builds but not in full releases. |
Fixed by #329 |
It turned out that our favoriting code used path components that was sensitive to the platform (windows vs other) which was prevailing as the Hive active source. That complicated nailing down the problem - but once we identified it, Tommy was able to eliminate the dependency, and resolve the problem. |
Marking as a favorite any file hangs the app iff the file is being accessed via the SpiderOak Hive section.
Marking the same files as favorites is not a problem if you access them via other sections, eg via Devices.
The text was updated successfully, but these errors were encountered: