Somehow, randomly earlier today my glitch project seemed to suddenly go haywire!
I got no clue how this could’ve happened, all i got was a message from discord in my mail that
the login attempts of my bot probably got bugged so they resetted it for me.
On response of that, when i finally got home i could check it out but to my surprise i could not edit ANYTHING
any changes i made refreshed the page and undone the changes i made. Removing files did work however but
this did not solve anything. I managed to salvage 90% of the project and move it over to a new one, but i’d still
like to see if it’s possible to fix it? And also get to know what caused it so i could perhaps prevent it!
Btw the rewind tool also got unresponsive so i did try that! Hopefully i can get some help with it
the project name is “dragobot” (not to be confused with dragobot2 which i just created)
Thank you! Now i can edit my project again however the rewind function seems to be loading infinite…
Considering i’ve ran out of space; is it even possible to rewind to an earlier state of the project?
Yes, you should be able to. Do you see any errors in the browser dev tools console when you access Rewind? If so, It would be helpful to know so we can look into why this is happening.
Further i’ve tried the requested suggestion and this is the result;
app@dragobot:~ 13:56
$ git add .
app@dragobot:~ 13:57
$ git commit -m "Manual commit"
fatal: cannot lock ref 'HEAD': Unable to create '/app/.git/refs/heads/master.lock': File exists.
If no other git process is currently running, this probably means a
git process crashed in this repository earlier. Make sure no other git
process is running and remove the file manually to continue.
I just deleted the only possible file still being there which is server.js (i removed the others beforehand as an attempt to fix this)
tried the commit again but the same error comes again.
Oh i see, how can i achiev this? I’ve never really done much with the console except “refresh” or installing a module… And the git attempts from earlier