GithubHelp home page GithubHelp logo

Comments (15)

adrai avatar adrai commented on June 21, 2024 2

yes, it looks github changed the way the html is returned... looks like to be a lazy loaded fragment now... will investigate...
// cc @shinpou

from locize-cli.

adrai avatar adrai commented on June 21, 2024 1

just fixed sh... currently checking ps1 ;-)

from locize-cli.

chrillep avatar chrillep commented on June 21, 2024

relates to #76

from locize-cli.

chrillep avatar chrillep commented on June 21, 2024

yeah i was depending on this script so maybe ill just lock to a release version instead :)

from locize-cli.

shinpou avatar shinpou commented on June 21, 2024

Is there any possibility of maybe using https://github.com/locize/locize-cli/releases/latest always if the version parameter is not provided? I guess using the github api is out of the question considering it requires authentication...

from locize-cli.

adrai avatar adrai commented on June 21, 2024

just fixed the install.sh script

from locize-cli.

chrillep avatar chrillep commented on June 21, 2024

Is there any possibility of maybe using https://github.com/locize/locize-cli/releases/latest always if the version parameter is not provided? I guess using the github api is out of the question considering it requires authentication...

curl -s https://api.github.com/repos/locize/locize-cli/releases/latest

seems to work, so does

curl -s https://api.github.com/repos/locize/locize-cli/releases

maybe since its and public repo

https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8

from locize-cli.

chrillep avatar chrillep commented on June 21, 2024

just fixed the install.sh script

ill try it thanks

from locize-cli.

chrillep avatar chrillep commented on June 21, 2024

ty works on.

  • macos
  • alpine

from locize-cli.

shinpou avatar shinpou commented on June 21, 2024

install.ps1 still fails for me, appears to break on this part:

    $Response.Links |
      Where-Object { $_.href -like "/locize/locize-cli/releases/download/*/locize-${OS}" } |
      ForEach-Object { 'https://github.com' + $_.href } |
      Select-Object -First 1

This part returns a null, so same cause as this issue

from locize-cli.

chrillep avatar chrillep commented on June 21, 2024

@adrai sry but running into this again
but now i get the error message! =)

curl -fsSL https://raw.githubusercontent.com/locize/locize-cli/master/install.sh | sh
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
failed to find a release on github

from locize-cli.

adrai avatar adrai commented on June 21, 2024

OMG, they just changed it again....

from locize-cli.

chrillep avatar chrillep commented on June 21, 2024

OMG, they just changed it again....

yeah i hear u :/

from locize-cli.

adrai avatar adrai commented on June 21, 2024

ok, now it should work

from locize-cli.

chrillep avatar chrillep commented on June 21, 2024

ok, now it should work

yep ty. hopefully they don't change this again anytime soon

from locize-cli.

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.