Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving 404 when trying to download 3.7.5 binary #23

Closed
dannypaz opened this issue Mar 14, 2022 · 3 comments
Closed

Receiving 404 when trying to download 3.7.5 binary #23

dannypaz opened this issue Mar 14, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@dannypaz
Copy link

Orb Version

circleci/serverless-framework@1.0.1

Describe the bug
build is currently failing due to 404 on version 3.7.5 of serverless

 Downloading binary for version 3.7.5...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   657  100   657    0     0   9385      0 --:--:-- --:--:-- --:--:--  9385
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 
Could not download binary. Is the version correct?
Exited with code exit status 22

To Reproduce

Use orb and run - serverless/setup in your config

orbs:
  serverless: circleci/serverless-framework@1.0.1

jobs:
  build:
    working_directory: ~/MyApp
    executor: serverless/default
    resource_class: large
    docker:
      - image: cimg/node:14.17.1
    steps:
      - checkout
      - serverless/setup

Expected behavior

No failures when trying to download latest version of serverless (3.7.5)

Additional context

Serverless framework just releases version 3.7.5 this morning (maybe 3 hours ago from this post, March 14) https://github.com/serverless/serverless/releases/tag/v3.7.5

@dannypaz dannypaz added the bug Something isn't working label Mar 14, 2022
@krishnagopinath
Copy link

Facing the same issue as well.

1 similar comment
@biancabarria
Copy link

Facing the same issue as well.

@KyleTryon
Copy link
Contributor

Hello,
Thank you all for reporting this issue. We have just released version 2.0.0 which should resolve this problem. Please try the latest version of the orb and let us know if you experience any issues.

https://github.com/CircleCI-Public/serverless-framework-orb/releases/tag/v2.0.0
https://circleci.com/developer/orbs/orb/circleci/serverless-framework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants