Giter Club home page Giter Club logo

Comments (4)

SoulOfNoob avatar SoulOfNoob commented on May 27, 2024

local quick fix for me: changed regex to include underscore
sync-icloud.sh:13 and healthcheck.sh:19:
changed ${apple_id//[^a-zA-Z0-9]/} to ${apple_id//[^a-zA-Z0-9_]/}

because i couldn't find the reason why the underscore is not filtered at file creation

from docker-icloudpd.

boredazfcuk avatar boredazfcuk commented on May 27, 2024

Hmmmm... This sounds a bit odd to be honest.

I used to have an underscore in my Apple ID, so this did work once upon a time. I had to swap to a non-underscored ID when I setup family safety on my older devices as Apple don't support underscores in the e-mail address used for parent accounts...

However, main sync-icloud.sh script also uses the same parameter expansion to calculate the cookie's filename (line 13).

This is used a lot throughout the script, so if you have an underscore in your address, I'd expect the main script to bomb out too.

Have you changed line 13 of the main script too?

from docker-icloudpd.

SoulOfNoob avatar SoulOfNoob commented on May 27, 2024

Yes i changed the regex in both files: sync-icloud.sh and healthcheck.sh

I suspect that maybe the core lib changed somehow.
I haven't looked that deep in the other repo after i fixed it for me locally.

from docker-icloudpd.

boredazfcuk avatar boredazfcuk commented on May 27, 2024

Ah, OK cool... I've amended the code so the change will appear when I next push the images to Dockerhub.

from docker-icloudpd.

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.