Open gerrycola opened 1 month ago
Does your cookie starts with ajs_anonymous_id? To me different sign in options gave me different cookies. In my case, I've removed the parts before 'client' and it worked.
HEy @kutaybuyukkorukcu yes one version did for sure (i say one version because firefox cookie and chrome cookie looked a little weird, i think i opted for firefox because google had the word "anonymous" in it and that made me uneasy since i am trying to identity myself to the service haha)
I tried chopping off text up to client, if i recall there were two times that it looked like it was saying "__client" near the top, which one did you remove up to?
maybe i just need a fresh start and see how it goes.
Thanks for your reply! i hope what i'm saying makes sense cuz it's from memory at the moment hahaha
Hi @gerrycola, do you recall how you logged in and which part you chopped off? For me, none of the login methods work since today.
hello all! I'm sorry to be another one to add to the cookie errors. I swear i have taken the time to go through the other issues, but i unfortunately have not found a solution.
So I: Cloned and deployed the project locally, and at first i was getting my cookie info by following the steps in the video, but like others, since the beginning of my cookie looks different from the video, I most recently used a function shared by a nice user in the console of firefox to get the cookie. I'm not sure what to and what not to share here in the group, I assume i shouldn't share my full cookie, but i still can't really tell if it's the full cookie or if there is extra stuff at the beginning, but i have tried running the program by chopping of bits from the beginning, but to no avail.
i don't know if this is enough info to get help, but please help my friends! I have to make a capstone project for school, my goal is to build a "band in a box" device, and one of the features that i really think would level up this project is if I could integrate AI generated music! my excitement level is peaking haha!
here's how everything goes down:
in VS code console i run
npm run dev
and see this:then i go to: http://localhost:3000/api/get_limit
and:
from: http://localhost:3000/api/get_limit error | "Internal server error. Error: Failed to get session id, you may need to update the SUNO_COOKIE"
and in my console i get this: