Coder Social home page Coder Social logo

Comments (8)

kingster avatar kingster commented on July 30, 2024

It seems like network issues in your case, check in case ajax requests are failing and post the error here.

from kalkun.

oachkatzlschwaf avatar oachkatzlschwaf commented on July 30, 2024

Sry for following question, but i've less experience with this topic:

How can i check for failing ajax requests and what can be the reasons for network problems?

from kalkun.

kingster avatar kingster commented on July 30, 2024

You can try out with any net monitor, Firefox has a good plugin named FireBug

I am not sure of the reason for the failure , but I am sure we can help you figure out if you could post the errors encountered here.

from kalkun.

back2arie avatar back2arie commented on July 30, 2024

@oachkatzlschwaf Any updates on this issue?

from kalkun.

oachkatzlschwaf avatar oachkatzlschwaf commented on July 30, 2024

Hi!

I made some debugging today and i think i've located the problem:

If i select all (with the "All" button) contacts in the phonebook and add them to a groupt ("Action" -> "Add to group xxx") the system shows me the "Updated" notification after a short moment. But FireBug shows me that there are post-operations left that haven't been completed. If i perform an other operation (for example: switching to the "Dashboard") BEFORE all operations finished the system cannot process the remaining operations.

example FireBug operations:
POST http://...../kalkun/index.php/phonebook/update_contact_group 200 OK 1,02s
POST http://...../kalkun/index.php/phonebook/update_contact_group 200 OK 1,02s
POST http://...../kalkun/index.php/phonebook/update_contact_group 200 OK 1,03s
POST http://...../kalkun/index.php/phonebook/update_contact_group 200 OK 1,04s
POST http://...../kalkun/index.php/phonebook/update_contact_group NOT PROCESSED NOW
POST http://...../kalkun/index.php/phonebook/update_contact_group NOT PROCESSED NOW
POST http://...../kalkun/index.php/phonebook/update_contact_group NOT PROCESSED NOW

My ubuntu server has a 512kb upload rate only. I know, thats very less, but i think the kalkun-system should show the "Updated" notification AFTER all operations has finished. Maybe a progress bar could be helpful.

Best Regards
Thomas

PS: I'm using Kalun 0.4 RC1

from kalkun.

kingster avatar kingster commented on July 30, 2024

Try it out and let us know if this works.

from kalkun.

oachkatzlschwaf avatar oachkatzlschwaf commented on July 30, 2024

thanks, for fast commit. I will give it a try on wednesday 07.dec.

from kalkun.

oachkatzlschwaf avatar oachkatzlschwaf commented on July 30, 2024

hi, seems to work good.

thanks!

from kalkun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.