Skip to content
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

No sync between NC12.0.0 and floccus 1.2.0 #20

Closed
ghost opened this issue Jul 3, 2017 · 20 comments
Closed

No sync between NC12.0.0 and floccus 1.2.0 #20

ghost opened this issue Jul 3, 2017 · 20 comments

Comments

@ghost
Copy link

ghost commented Jul 3, 2017

After the last ServerUpdate 3 weeks ago, there is no more synchronisation.
I have tested a whole new installation with and without reboots of whole system and firefox only... but without success.

How the NC-URL have to be at the floccus configuration side?
"https://server.org" only?

@marcelklehr
Copy link
Member

Can you provide logs?

You can get the floccus logs by going to about:debugging in firefox and selecting the floccus plugin.
Nextcloud log are available in the admin interface.

@ghost
Copy link
Author

ghost commented Jul 3, 2017

The DebugLog:
Leerer String an getElementById() übergeben. github-329544b3a5787c85107e0303910bbb2f67822ceff7fc9fe9b5795a9900d01302.js:6:29549 TypeError: NetworkError when attempting to fetch resource. (unbekannt) unreachable code after return statement extended_global.js:1845:16 unreachable code after return statement extended_global.js:1859:16 Synchrone XMLHttpRequests am Haupt-Thread sollte nicht mehr verwendet werden, weil es nachteilige Effekte für das Erlebnis der Endbenutzer hat. Für weitere Hilfe siehe http://xhr.spec.whatwg.org/ jquery.js:17:14079 getPreventDefault() sollte nicht mehr verwendet werden. Verwenden Sie stattdessen defaultPrevented. jquery.js:16:3869 Ein Formular wurde in der windows-1252-Kodierung abgesendet, das nicht alle Unicode-Zeichen kodieren kann, daher könnten Benutzereingaben beschädigt sein. Um dieses Problem zu vermeiden, sollte die Seite geändert werden, sodass das Formular in der UTF-8-Kodierung gesendet wird, entweder durch Änderung der Kodierung der Seite selbst oder durch Angabe von accept-charset=utf-8 am form-Element. login.cgi getPreventDefault() sollte nicht mehr verwendet werden. Verwenden Sie stattdessen defaultPrevented. jquery.js:16:3869 unreachable code after return statement extended_global.js:1845:16 unreachable code after return statement extended_global.js:1859:16 Synchrone XMLHttpRequests am Haupt-Thread sollte nicht mehr verwendet werden, weil es nachteilige Effekte für das Erlebnis der Endbenutzer hat. Für weitere Hilfe siehe http://xhr.spec.whatwg.org/ jquery.js:17:14079 getPreventDefault() sollte nicht mehr verwendet werden. Verwenden Sie stattdessen defaultPrevented.

NextcloudLog:
{"reqId":"XUcxyuSOKlvs8QwboHdM","level":3,"time":"2017-07-03T11:38:20+00:00","remoteAddr":"108.171.129.188","user":"Ralf","app":"index","method":"GET","url":"\/owncloud\/index.php\/apps\/bookmarks\/public\/rest\/v1\/bookmark","message":"Exception: {\"Exception\":\"OCP\\\\AppFramework\\\\QueryException\",\"Message\":\"Could not resolve OCA\\\\Bookmarks\\\\Controller\\\\PublicController! Class OCA\\\\Bookmarks\\\\Controller\\\\PublicController does not exist\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/Utility\\\/SimpleContainer.php(117): OC\\\\AppFramework\\\\Utility\\\\SimpleContainer->resolve('OCA\\\\\\\\Bookmarks\\\\\\\\C...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/ServerContainer.php(132): OC\\\\AppFramework\\\\Utility\\\\SimpleContainer->query('OCA\\\\\\\\Bookmarks\\\\\\\\C...')\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/DependencyInjection\\\/DIContainer.php(410): OC\\\\ServerContainer->query('OCA\\\\\\\\Bookmarks\\\\\\\\C...')\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(101): OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer->query('OCA\\\\\\\\Bookmarks\\\\\\\\C...')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('OCA\\\\\\\\Bookmarks\\\\\\\\C...', 'returnAsJson', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#5 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Router.php(299): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(1000): OC\\\\Route\\\\Router->match('\\\/apps\\\/bookmarks...')\\n#8 \\\/var\\\/www\\\/owncloud\\\/index.php(40): OC::handleRequest()\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/Utility\\\/SimpleContainer.php\",\"Line\":102}","userAgent":"Mozilla\/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko\/20100101 Firefox\/54.0","version":"12.0.0.29"}

@marcelklehr
Copy link
Member

Thank you. This looks more like the debug log of the github website, though... To debug floccus, enter about:debugging#addons in your address bar in firefox, enable addon debugging and select Debug in floccus' entry in the extension list.

@ghost
Copy link
Author

ghost commented Jul 3, 2017

Thank you. This looks more like the debug log of the github website, though... To debug floccus, enter about:debugging#addons in your address bar in firefox, enable addon debugging and select Debug in floccus' entry in the extension list.

That is, what i´ve done... :-)

@ghost
Copy link
Author

ghost commented Jul 3, 2017

Here a nother NC Log from Adminpanel:
OCP\AppFramework\QueryException: Could not resolve OCA\Bookmarks\Controller\PublicController! Class OCA\Bookmarks\Controller\PublicController does not exist

/var/www/owncloud/lib/private/AppFramework/Utility/SimpleContainer.php - line 117: OC\AppFramework\Utility\SimpleContainer->resolve('OCA\\Bookmarks\\C...')
/var/www/owncloud/lib/private/ServerContainer.php - line 132: OC\AppFramework\Utility\SimpleContainer->query('OCA\\Bookmarks\\C...')
/var/www/owncloud/lib/private/AppFramework/DependencyInjection/DIContainer.php - line 410: OC\ServerContainer->query('OCA\\Bookmarks\\C...')
/var/www/owncloud/lib/private/AppFramework/App.php - line 101: OC\AppFramework\DependencyInjection\DIContainer->query('OCA\\Bookmarks\\C...')
/var/www/owncloud/lib/private/AppFramework/Routing/RouteActionHandler.php - line 47: OC\AppFramework\App main('OCA\\Bookmarks\\C...', 'returnAsJson', Object(OC\AppFramework\DependencyInjection\DIContainer), Array)
[internal function] OC\AppFramework\Routing\RouteActionHandler->__invoke(Array)
/var/www/owncloud/lib/private/Route/Router.php - line 299: call_user_func(Object(OC\AppFramework\Routing\RouteActionHandler), Array)
/var/www/owncloud/lib/base.php - line 1000: OC\Route\Router->match('/apps/bookmarks...')
/var/www/owncloud/index.php - line 40: OC handleRequest()
{main}

@marcelklehr
Copy link
Member

Ah, ok, apparently firefox doesn't show past log entries. Then you'll need to wait at max 20mins until floccus does the next sync attempt.

@ghost
Copy link
Author

ghost commented Jul 3, 2017

Which log do you need? The console log or something else...?
There is´no new entry...

@marcelklehr
Copy link
Member

The floccus log :/

@ghost
Copy link
Author

ghost commented Jul 3, 2017

When i press the debug button onside the floccus addon, there popup a new window with many filters...
Following is only a part of the output:
Unbekannte Eigenschaft 'user-select'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:93980 Name einer Medienfunktion erwartet, aber '-webkit-min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:95384 Name einer Medienfunktion erwartet, aber '-moz-min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:95487 Name einer Medienfunktion erwartet, aber 'min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:95537 Abschließende ')' fehlt in Negations-Pseudoklasse '.'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:101247 Abschließende ')' fehlt in Negations-Pseudoklasse '.'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:101381 Abschließende ')' fehlt in Negations-Pseudoklasse '.'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:101460 Abschließende ')' fehlt in Negations-Pseudoklasse '.'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:101597 Ein Ende des Selektors wurde nach den Pseudo-Element erwartet, das keine Benutzeraktions-Pseudoklassen unterstützt, aber 'active' wurde gefunden. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:108789 Unbekannte Pseudoklasse oder Pseudoelement '-webkit-input-placeholder'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:111004 Unbekannte Pseudoklasse oder Pseudoelement '-ms-input-placeholder'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:111138 Unbekannte Eigenschaft 'user-select'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:117370 Fehler beim Verarbeiten des Wertes für '-webkit-transform'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:122041 Fehler beim Verarbeiten des Wertes für 'transform'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:122077 Farbe erwartet, aber 'none' gefunden. Fehler beim Verarbeiten des Wertes für 'background-color'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:132163 Name einer Medienfunktion erwartet, aber '-webkit-min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:162194 Name einer Medienfunktion erwartet, aber '-moz-min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:162297 Name einer Medienfunktion erwartet, aber 'min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:162347 Fehler beim Verarbeiten des Wertes für 'cursor'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:185149 Unbekannte Eigenschaft 'user-select'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:197493 Unbekannte Pseudoklasse oder Pseudoelement '-ms-clear'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:207585 Unbekannte Pseudoklasse oder Pseudoelement '-webkit-input-placeholder'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:209116 Unbekannte Pseudoklasse oder Pseudoelement '-ms-input-placeholder'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:209276 Unbekannte Pseudoklasse oder Pseudoelement '-webkit-scrollbar'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:219688 Unbekannte Pseudoklasse oder Pseudoelement '-webkit-scrollbar-thumb'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:219745 Unbekannte Pseudoklasse oder Pseudoelement '-webkit-scrollbar-track-piece'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:219911 Name einer Medienfunktion erwartet, aber '-webkit-min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:225575 Name einer Medienfunktion erwartet, aber '-moz-min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:225678 Name einer Medienfunktion erwartet, aber 'min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:225728 Unbekannte Eigenschaft 'user-select'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:227212 Fehler beim Verarbeiten des Wertes für 'box-shadow'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:228506 Fehler beim Verarbeiten des Wertes für '-webkit-box-align'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:228969 Fehler beim Verarbeiten des Wertes für '-webkit-align-items'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:228993 Fehler beim Verarbeiten des Wertes für 'align-items'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:229009 Fehler beim Verarbeiten des Wertes für 'cursor'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:258580 Fehler beim Verarbeiten des Wertes für 'word-break'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:278342 Unbekannte Pseudoklasse oder Pseudoelement '-ms-clear'. Regelsatz wegen ungültigem Selektor ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:280817 Fehler beim Verarbeiten des Wertes für 'top'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:299507 Fehler beim Verarbeiten des Wertes für 'cursor'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:304195 Fehler beim Verarbeiten des Wertes für 'cursor'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:304313 Fehler beim Verarbeiten des Wertes für 'position'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:307685 Name einer Medienfunktion erwartet, aber '-webkit-min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:340286 Name einer Medienfunktion erwartet, aber '-moz-min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:340389 Name einer Medienfunktion erwartet, aber 'min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:340439 Name einer Medienfunktion erwartet, aber '-webkit-min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:363084 Name einer Medienfunktion erwartet, aber '-moz-min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:363187 Name einer Medienfunktion erwartet, aber 'min-device-pixel-ratio' gefunden. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:363237 Unbekannte Eigenschaft 'user-select'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:367611 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:386715 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:386785 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:386855 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:386925 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:386995 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:387065 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:387135 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:387205 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:387275 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:387348 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:387422 Unbekannte Eigenschaft 'tab-size'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:387496 Unbekannte Eigenschaft 'appearance'. Deklaration ignoriert. github-b9b43f5697ca643594f3a899ff0ee0b6088f2fc4164c3c54ba8d43232503c6d9.css:6:397538 Unbekannte Eigenschaft 'user-select'. Deklaration ignoriert. 20 Leerer String an getElementById() übergeben. github-329544b3a5787c85107e0303910bbb2f67822ceff7fc9fe9b5795a9900d01302.js:6:29549 TypeError: NetworkError when attempting to fetch resource.

@ghost
Copy link
Author

ghost commented Jul 4, 2017

Last sync was going on succesfully...
Don´t know why...

@p5n
Copy link

p5n commented Jul 4, 2017

I found that it must not be trailing slash in url. Floccus does not strip it and nextcloud becomes unhappy because of url which contains '//'

@sfunk1x
Copy link

sfunk1x commented Jul 29, 2017

I am also experiencing this with Chrome 58.0.3029.81, Nextcloud 12 and Floccus 1.2.0. Floccus has been configured for https://sub.sub.tld and https://sub.sub.tld/remote.php/webdav without any luck.

@marcelklehr
Copy link
Member

Can you try with the latest beta release? #27

@sfunk1x
Copy link

sfunk1x commented Aug 12, 2017

Edit: I was incorrect and mistook an existing bookmarks backup as the Floccus backup - apologies. The beta (1.3) appears to sync via force sync, I'll know shortly if it syncs periodically.

The UI, though, is extremely difficult to use in Chrome. It appears that Floccus is performing a validation check each time you enter a character, and in some cases, making fields completely uneditable. For instance in the server URL field, if you just delete everything in the field and rapidly type https://some.fqdn.tld you'll end up with null/null in the field. If you wait for approximately 1 second after entering each character, you can successfully add a FQDN. Same thing goes for the username field.

Password field is even more difficult. A keyboard shortcut copy & paste won't work, it reverts to the default password (whatever that is). One has to copy into clipboard, highlight the default password, then paste via mouse. Even holding CTRL down will force a validity check.

I think that a validity check of any of the details should not be happening automatically. It would be better tied to a button in the UI that would be labeled something like "Test Sync". I can file these as individual bugs if you'd like.

Edit: Watching my NextCloud logs, I see nothing happening when attempting a force sync.

Edit: I was able to capture the errors occurring during the sync, and there didn't appear to be any automatic sync. I attached them here.

floccus-1.3b-errors.txt

@marcelklehr
Copy link
Member

Thanks for the quick feedback. The ui problem slipped through without me noticing. I've fixed it already. The force Sync error seems to be chrome specific... I'll investigate :/

@marcelklehr
Copy link
Member

marcelklehr commented Aug 13, 2017

....and beta2 is out :)

@marcelklehr
Copy link
Member

Any luck with the latest release?

@b-harper
Copy link

I tested the beta 3 release and it corrected this issue for me.

@marcelklehr
Copy link
Member

Closing due to lack of activity. I assume the issue is resolved in the latest beta release. Shout if not ;)

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants