-
Notifications
You must be signed in to change notification settings - Fork 46
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
Version 1.5.2-alpha does not load any exissting contacts #552
Comments
@DeepDiver1975 |
okay - so - I guess there is at least one vcard which is causing the js code to fail. |
Hm, I played around a bit further: Seems there is some unpredictable behavior involved: My stomach says that this is an issue with a partial update of the app... Sorry that I have to ask, but as you know I stopped working with the owncloud code quite some time ago changing to other areas. So could you please give me a hint how I can make sure that really no traces of the older app version are still somehow used? I did clear and disable the browser cache, I did remove the assets js file, I also tried with the debug flag set to true. Anything else I should do? |
get the 1.5.2-alpha package - https://github.com/owncloud/contacts/releases/download/1.5.2-alpha/contacts.tar.gz and extract it fully to apps/contacts in order to get the browser in a clean state: use a private/incognito browser window 😉 |
can I get the full print out from the console? it can give some indication - THX a lot! |
I had to disable the asset pipeline to get something meaningful:
And another hint (maybe): |
I have seen this once during development ... only once ... Which language is selected for this user? |
English language. |
On my 9.1.2 server the connects are still not shown. Is there a way to downgrade ? |
Could this be connected to or identical with #478? |
Thx, it could, but I don't think so, because I only have around 750 contacts and the vcf file is under 1mb. I have downgraded and now, all contacts are shown again. |
@harvey186 Ok, looks like you have the same issue as I do... |
I have the same issue on my 9.1.2 OC instance. Broken since 1.4.0, 1.5.1 didn't fix it. Firefox console logs:
|
I have the same problem. I tried a bit more, and this version: https://github.com/owncloud/contacts/releases/tag/v0.0.0.216 is the last one working fine for me. Releases v0.0.0.217 through v0.0.0.244 have NOT been tested by me as they don't provide a download package. |
The issue is still present in OC-9.1.3, all versions above 1.4.0.0 fail to show any contancts. |
Same issue here with NC 10.0.2. and Contacts 1.5.1. After adding a contact I could not get the app to show me any contacts anymore (Firefox and Chrome). Sync with Davdroid still worked... after deleting about 10 contacts on my cell phone everything works again :) |
@Linkinsoldier And were you able to add those 10 contacts again and still have a usable app? Or did it break again which would indicate some limit of the number of contacts that can exist? |
I didnt dare to try readding them. But my contact count is < 200, so i hardly doubt the number is the reason - I think it is the size (around 10MB) as mentioned above! |
I can confirm that https://github.com/owncloud/contacts/releases/tag/v0.0.0.216 works for me to (version 1.5.0). @DeepDiver1975 Any news on this? It appears more users are affected... |
We have the same problem which is also 'solved' by installing the v.0.0.0.216 version of the contacs app. We migrated from 8 to 9 and then the problem started. The javascrpt is in an endless loop and when paused stops at line 169 from apps.js. There is also an error 'Error: key must be a string!' at angular-cache.js 491:17 but I do not know if that is related. |
I second that, with 1.5.0. is working for me too, evrything above it not. |
I have just tried the update to 1.5.1 and it's still not working. So I will g back again |
@DeepDiver1975 @arkascha I can confirm that v0.0.0.216 works for me, too. The issue came up after an upgrade from 9.1.0 to 9.1.3. |
Has anyone tried it on OC 9.1.4 already? Don't want to go through the hassle of upgrading and downgrading the contacts app again in case anyone else tried it. |
@Ascendor After Upgrade to OC 9.1.4 no change, contacts 1.5.1 is going to be installed and it is still broken. |
@senshes - mind testing the current development stage? |
@DeepDiver1975 installed, tested, works like a charm on my server, no issues found - thanks a lot |
@DeepDiver1975 It appears this version you linked here 10 days ago is a step forward: However there is a new issue in that version now: |
mind opening a new issue with an example vcard attached? I'll happily debug into this then .... THX |
Nice! Let me release this version right after your other bug is fixed |
@DeepDiver1975 Create issue #579 |
May I ask if this bugfix made it into 1.5.3 of the app? I have 2 contact addressbooks near 10MB and would be grateful for this fix :) |
1.5.3 was just published - please give it a try - thx I'll close this issue - please open a new new for 1.5.3 - THX |
I am using the contacts app in version 1.4.0.0 without any issues on an owncloud-9.1.2 system.
After upgrading to app version 1.5.1 the loading of addresses stopped working. The app itself loads, initializes, the existing address books are recognized, but the spinner indicating the loading of the entries themselves spins forever without producing any results. There are 3 address book inside owncloud holding 332 contacts in total.
@DeepDiver1975 provided a fix in PR #551 as version 1.5.2-alpha which I currently test. It shown described behavior for me.
I made sure the new app is loaded (I did not receive any update notification of owncloud after replacing the apps code...) by removing the js asset file from the pipeline. That indeed changed what I see in the browsers JS console. Version 1.5.1 showed the error described in mentioned pull request, that apparently is fixed now. After updating to 1.5.2-alpha that error is gone but the addresses still do not load. I do not see any errors in the browsers console, all network requests seem to succeed, I do not see any corresponding errors in the server side log files. Browsing through the ajax requests done by the app I can see the address books getting requested, I do NOT see any request to entries in those address books though. But I am not familiar with the details of that process, so I might miss something here.
Reverting the contacts app to the previously used version 1.4.0.0 brings back all contacts without any issue.
Steps to reproduce
Expected behaviour
After loading and initializing the app itself and the existing addressbooks the app should load specific addressbook entries and then disable the busy spinner.
Actual behaviour
The app loads, initializes and loads the existing addressbook. Then the busy spinner starts, after a few seconds the background graphics "no contacts in here" is loaded (did so too in working version 1.4.0.0). The background graphics is never removed, the busy spinner never stops, no entries are loaded.
Server configuration
Operating system:
Linux/X86_64
Web server:
Apache http server version 2.4
Database:
MySQL RDBMS version 5.7
PHP version:
PHP 7.0.8 loaded as module into the http server
ownCloud version: (see ownCloud admin page)
OC-9.1.2
Contacts version: (see ownCloud apps page)
1.4.0.0: working fine
1.5.1: bug as fixed by mentioned PR: client side JS error
1.5.2-alpha as provided by mentioned PR: no error, no entries shown
Updated from an older ownCloud or fresh install:
Update by manually replacing script files, installation works without any other issues
Signing status (ownCloud 9.0 and above):
???
List of activated apps:
activity
apporder
audioplayer
bookmarks
calendar
comments
contacts
dav
documents
external
federatedfilesharing
federation
files
files_external
files_pdfviewer
files_sharing
files_texteditor
files_trashbin
files_versions
files_videoplayer
firstrunwizard
gallery
impersonate
imprint
mail
notifications
ownnote
piwik
provisioning_api
spreedme
systemtags
tasks
templateeditor
updatenotification
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Client configuration
Browser:
Chromium 50.0...
Firefox 49.0.2 (note: spinner is visible, but does not turn any more...)
Operating system:
Linux x86_64
CardDAV-clients:
n/a
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: