Replit wont wake up

Bug description:
Replit keeps loading but never wakes up.

Expected vs Current Behavior:
Replit isn’t loading, but it should.

Steps to reproduce:
https://myfriendmax2.markokojic.repl.co/

Bug appears at this link: https://replit.com/~?supportform=true
https://myfriendmax2.markokojic.repl.co/

Screenshot(s)/Screen Recording:
Last error in the console:

Error: prybar-python310 not found in $PATH
repl process died unexpectedly: exit status 1
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/lib/modules.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/top-level/config.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/lib/options.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/stdenv/linux/default.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/top-level/stage.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/stdenv/adapters.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/trivial-builders.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/top-level/splice.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/top-level/all-packages.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/top-level/aliases.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/stdenv/generic/default.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/lib/customisation.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/text/gawk/default.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/servers/x11/xorg/default.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/servers/x11/xorg/overrides.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/stdenv/generic/make-derivation.nix'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/mkshell/default.nix'
evaluating file '/home/runner/MyFriendMax2/replit.nix'
error: undefined variable 'start' at /home/runner/MyFriendMax2/replit.nix:3:22

Error: prybar-python310 not found in $PATH
repl process died unexpectedly: exit status 1

And then when trying to start the server again, nothing happens:

Browser/OS/Device: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

Replit Profile: https://replit.com/@MarkoKojic

2 Likes

did you mess with the nix files?

4 Likes

Open the replit.nix file and remove the start line.

4 Likes

I was trying to get the Redis to work, but without luck, so I manually removed these two lines:
pkgs.systemd.out start redis
pkgs.redis


Tried to load without and with them but no luck.

3 Likes

Try adding the pkgs.redis line (but not the pkgs.systemd.out start red–is line) back. Wait, are you trying to start your repl using systemd? systemd doesn’t work on Replit.

2 Likes

No luck with pkgs.redis only:
Screen Shot 2023-06-19 at 12.07.33 PM
It is still trying to wake up without throwing anything in the console.
Regarding systemd, I was just trying different commands in the shell before figuring there are Redis packages available (my bad).

3 Likes

Could you invite me to your repl so I could look at it?

2 Likes

Legend!
I can see you’ve made it work.
What did I mess up?

4 Likes

Restarting the repl (using kill 1) made it work, idk

3 Likes

Fair enough.

Anyway, thanks for the help; I really appreciate it.

Cheers!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.