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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Bug Report: URL in .replit file return 404 #856

Open
CaptainTyphoo opened this issue Sep 8, 2023 · 1 comment
Open

馃悰 Bug Report: URL in .replit file return 404 #856

CaptainTyphoo opened this issue Sep 8, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@CaptainTyphoo
Copy link

Describe the bug

The URL https://nightly.link/libreddit/libreddit/workflows/main-rust/master/libreddit.zip used in the .replit file returns 404

Steps to reproduce the bug

Steps to reproduce the behavior:

  1. Create new Repl on replit.com
  2. Run repl
  3. Result:
while :; do set -ex; nix-env -iA nixpkgs.unzip; curl -o./libreddit.zip -fsSL -- https://nightly.link/libreddit/libreddit/workflows/main-rust/master/libreddit.zip; unzip -n libreddit.zip; mv target/x86_64-unknown-linux-gnu/release/libreddit .; chmod +x libreddit; set +e; ./libreddit -H 63115200; sleep 1; done
+ nix-env -iA nixpkgs.unzip
replacing old 'unzip-6.0'
installing 'unzip-6.0'
+ curl -o./libreddit.zip -fsSL -- https://nightly.link/libreddit/libreddit/workflows/main-rust/master/libreddit.zip
curl: (22) The requested URL returned error: 404
exit status 22

What's the expected behavior?

libreddit starts

@CaptainTyphoo CaptainTyphoo added the bug Something isn't working label Sep 8, 2023
@FreeUserIam
Copy link

See #862

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

2 participants