atom-community / atom-script

:runner: Run ( scripts | selections | source ) in Atom
https://atom.io/packages/script
MIT License
734 stars 269 forks source link

Unable to view or download script package #2678

Open Runax15 opened 2 years ago

Runax15 commented 2 years ago

image I'm unable to view script package after searching for it. Also not able to download it from online website.

Gledders1G1 commented 2 years ago

I have the same problem, have you managed to find a fix/work around?

gitUmaru commented 2 years ago

I had the same issue where it was not showing up on the package page inside atom. Their travis CI build status also seems to be down right now, so perhaps there's an issue internally right now? Not sure.

I installed via apm and that worked for me on a new machine.

apm install script

shinysocks commented 2 years ago

Same issue here. in-app package manager does not show option for script: Screenshot from 2022-05-07 09-08-52 pix

installed successfully using apm install script

Runax15 commented 2 years ago

I installed via apm and that worked for me on a new machine.

apm install script

Thank You i was able to download the script package with your help.

Runax15 commented 2 years ago

Thanks the issue is resolved with your help.

Gledders1G1 commented 2 years ago

sorry I'm new to coding, could someone give a detailed map of how to get install script this way?

CarlosC117 commented 2 years ago

Any solutions for window? Package isn't showing and I really want to try Atom on here.

gitUmaru commented 2 years ago

Yes, you can install script via the apm package manager in Windows. If you are unfamiliar with this process, then just follow these steps:

  1. Open a terminal so you can use the command line
    • This can be Power Shell, Command Prompt, or even Git Bash!
  2. Type in apm -v to print the current version (this is to ensure that apm is installed)
    • If apm is not installed then you can try reinstalling Atom
    • If this still doesn't work, then apm might not be added to your Path. Follow this thread here
  3. Type apm install script
  4. Restart Atom
Gledders1G1 commented 2 years ago

thanks for the fix! helped my beginner ass alot!

CarlosC117 commented 2 years ago

Hmm, I feel dumb, I assumed apm was a linux thing only but found out it is installed with atom. Thanks, you response was the fix needed and it helped a lot.

Snakeynaut commented 2 years ago

Yes, you can install script via the apm package manager in Windows. If you are unfamiliar with this process, then just follow these steps:

1. Open a terminal so you can use the command line

   * This can be Power Shell, Command Prompt, or even Git Bash!

2. Type in `apm -v` to print the current version (this is to ensure that apm is installed)

   * If apm is not installed then you can try reinstalling Atom
   * If this still doesn't work, then apm might not be added to your Path. Follow this [thread here](https://github.com/atom/apm/issues/278)

3. Type `apm install script`

4. Restart Atom

Thanks a bunch Umar! I've made a video tutorial on fixing this issue here Lemme know if it is accurate.

fauzymadani commented 6 months ago

i tried to run "apm install script" but still can't download that,failed.it showing this: Request for package information failed: Hostname/IP does not match certificate's altnames: Host: atom.io. is not in the cert's altnames: DNS:*.tri.co.id, DNS:tri.co.id (ERR_TLS_CERT_ALTNAME_INVALID)

senthur123 commented 5 months ago

it won't work as the repository https://atom.io/packages/script itself does not exists since the website https://atom.io not exists. it has got sunsetted and getting redirected to github. The URL handler points to atom:// but could not find the url path. If anyone knows the alternate path to https://atom.io/packages/script pls let us all know.