Giter Site home page Giter Site logo

Comments (4)

curegit avatar curegit commented on September 24, 2024

Hi, I'm sorry for the late reply.

I tested the script with those packages you tried.
However, it worked fine, and they were downloaded successfully.

Does the problem still occur?
I'm afraid of some environmental problems.

Check if cURL works properly via command like this:

curl -fL http://dl.shop.line.naver.jp/themeshop/v1/products/91/97/b0/9197b06d-735d-4804-982c-4c35130d6080/38/IOS/theme.zip > /dev/null && echo "OK"

And please tell me more information (OS, bash version, curl version etc.)

from line-theme-downloader.

watatomo avatar watatomo commented on September 24, 2024

As expected. Perhaps I don't have something installed.

This is the output I got.
image

On Bash:
image

I'm on Windows 10, curl 7.55.1 and bash 4.4.23.

from line-theme-downloader.

curegit avatar curegit commented on September 24, 2024

I figured out the problem.
The Bash script seems to always fail on MSYS because it uses the output redirection > /dev/null expecting a UNIX filesystem (I wonder why MSYS doesn't provide this).
I will try to fix the script so that it can be run on both Unix and Windows.
Or I will write about the compatibility in the README.

By the way, I recommend you use the Powershell script because you have Windows 10.

Open Powershell prompt, and execute like:

.\download.ps1 4cf9dc33-643e-4ff8-9254-044655f5ca2a

If you get permission errors, bypass them like this:

powershell -ExecutionPolicy Bypass -command .\download.ps1 4cf9dc33-643e-4ff8-9254-044655f5ca2a

I hope these solutions work.

from line-theme-downloader.

watatomo avatar watatomo commented on September 24, 2024

Ah, typical Windows. The last solution worked. Thank you!

from line-theme-downloader.

Related Issues (2)

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.