GithubHelp home page GithubHelp logo

Comments (11)

untitaker avatar untitaker commented on May 14, 2024

First, I have to coment an assertion :

vdirsyncer/storage/dav.py", line 365, in list
assert href not in hrefs
AssertionError

Working on a set(), it is not a big problem.

I don't know what you mean by that. If you mean that this assertion is
unnecessary, i don't see why.

Looking into the main problems of this bug is going to take me a few weeks, i
am very busy right now.

from vdirsyncer.

untitaker avatar untitaker commented on May 14, 2024

Unfortunately i don't seem to be able to reproduce this bug. Can you give an example ics file?

from vdirsyncer.

untitaker avatar untitaker commented on May 14, 2024

Ah, i do now.

from vdirsyncer.

mondonc avatar mondonc commented on May 14, 2024

Ok, thank you very much

from vdirsyncer.

untitaker avatar untitaker commented on May 14, 2024

Furthermore i am not sure whether this is a bug in owncloud. Could you contact the owncloud devs (e.g. in IRC) please?

from vdirsyncer.

untitaker avatar untitaker commented on May 14, 2024

Actually this is a bug in Radicale. I filed Kozea/Radicale#158

from vdirsyncer.

untitaker avatar untitaker commented on May 14, 2024

Should be fixed in master. Please run

pip install --force-reinstall git+git://github.com/untitaker/vdirsyncer.git 

from vdirsyncer.

eckhart avatar eckhart commented on May 14, 2024

This actually creates a problem for me. My university's caldav-server returns properly encoded URLs containing Norwegian characters and after being 'unquoted' they aren't encoded correctly when requesting them, resulting in 404s (e.g. Gruppem%3Fte when it should be Gruppem%C3%98te). Removing all the unquote stuff fixes the problem in my case.

from vdirsyncer.

untitaker avatar untitaker commented on May 14, 2024

%C3%98 is Ø decoded, which seems to be fine. However, %3F is ? (a simple questionmark), which is surprising to say the least...

from vdirsyncer.

untitaker avatar untitaker commented on May 14, 2024

@eckhart can you try the href_quoting branch?

from vdirsyncer.

eckhart avatar eckhart commented on May 14, 2024

Seems to work, thanks!

from vdirsyncer.

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.