atom-script icon indicating copy to clipboard operation
atom-script copied to clipboard

Unable to view or download script package

Open Runax15 opened this issue 3 years ago • 13 comments

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

Runax15 avatar May 05 '22 13:05 Runax15

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

Gledders1G1 avatar May 05 '22 14:05 Gledders1G1

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

gitUmaru avatar May 05 '22 18:05 gitUmaru

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

shinysocks avatar May 07 '22 14:05 shinysocks

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 avatar May 08 '22 09:05 Runax15

Thanks the issue is resolved with your help.

Runax15 avatar May 08 '22 09:05 Runax15

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

Gledders1G1 avatar May 09 '22 09:05 Gledders1G1

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

CarlosC117 avatar May 09 '22 10:05 CarlosC117

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

gitUmaru avatar May 09 '22 23:05 gitUmaru

thanks for the fix! helped my beginner ass alot!

Gledders1G1 avatar May 10 '22 21:05 Gledders1G1

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.

CarlosC117 avatar May 11 '22 06:05 CarlosC117

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.

Snakeynaut avatar Jun 13 '22 06:06 Snakeynaut

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)

fauzymadani avatar Mar 09 '24 11:03 fauzymadani

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.

senthur123 avatar Mar 14 '24 08:03 senthur123