Code Monkey home page Code Monkey logo

Comments (7)

utz avatar utz commented on August 12, 2024 1

As far as I know the only two clients are the calendar app and thunderbird.
just dumped the db and I'm trying to figure out how calendars data are structured.
For sure it seems this client it's not able to catch the exception before dying and I hope it will be fixed in the next release.
Thanks for your help.

from calendar.

DeepDiver1975 avatar DeepDiver1975 commented on August 12, 2024

app.js:4291 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘hasProperty’)
at app.js:4291:18

I suspect one of the events in the calendar is causing this issue when rendering the event.

from calendar.

utz avatar utz commented on August 12, 2024

it blocks here after a few iterations when it finds a void vevent.

					if (!vevent.hasProperty('dtstart')) {
						resolve([]);
					}

is there any known way to get which one is causing the issue and fix it?

from calendar.

DeepDiver1975 avatar DeepDiver1975 commented on August 12, 2024

I guess this situation should be handled better in the code base.

For the immediate solution: you can get the list of events from the network tab - maybe this can give some hints.

from calendar.

utz avatar utz commented on August 12, 2024

for sure managing the exception server side would be better.
I wouldn't be surprised if it's an id in some "user related" table that points no nothing in the "event table".
Going on digging...

from calendar.

DeepDiver1975 avatar DeepDiver1975 commented on August 12, 2024

events are plain text blobs which go in and out untouched (with some basic validation but this cannot cover all cases)

depending on which client uploaded the event its content can be unprocessible by another client.
clients need to be implemented robust enough to cover such cases

from calendar.

iasdeoupxe avatar iasdeoupxe commented on August 12, 2024

and I hope it will be fixed in the next release.

If you check:

there hasn't been much activity / development from ownCloud side on this app so i wouldn't put much hope in this 🙁

from calendar.

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.