jaku / SnapCameraPreservation

MIT License
577 stars 77 forks source link

Mac what am I doing wrong? #28

Closed CalebWalz411 closed 1 year ago

CalebWalz411 commented 1 year ago

Sorry to bother you Jaku but maybe you can help me figure out what i'm doing wrong. I downloaded the cert file then changed it to always trust and finally I copy pasted the code into my terminal. When i open the app everything is still blank but oddly enough i can access some of my filters that i saved in favorites although i have to randomly guess which ones they are because they all look like blanks.

Thanks for your time and concern Jaku sincerely, a computer noob :(

Screenshot 2023-02-16 at 11 30 40 PM Screenshot 2023-02-16 at 11 31 13 PM Screenshot 2023-02-16 at 11 32 28 PM
jaku commented 1 year ago

Did you completely close Snap Camera and reopen it? A reboot to be sure.

When you first close the app, it still hangs around in the Menu Bar at the top of the screen near the clock.

CalebWalz411 commented 1 year ago

Hey Jaku thanks for the response. I tried to Force quit snapchat camera making sure it no longer popped up in the menu bar. then i reopened it but still blank filters.

Screenshot 2023-02-17 at 9 00 44 AM Screenshot 2023-02-17 at 9 01 03 AM
jaku commented 1 year ago

Can you type "cat /etc/hosts" in the terminal application and confirm you see the IP and studio-app.snapchat.com entry at the bottom?

CalebWalz411 commented 1 year ago

i copy pasted it into the terminal and it did not show me the IP nor the studio-app.snapchat.com entry

Screenshot 2023-02-18 at 7 07 57 AM
jaku commented 1 year ago

I put the command in quotes. Please try again without the quotes.

CalebWalz411 commented 1 year ago

here is the result of taking the quotes out

Screenshot 2023-02-18 at 1 07 02 PM
luizpdlh commented 1 year ago

@CalebWalz411 looks like your /etc/hosts file is not properly pointing to the right location.

On your first screenshot, after you pasted the command on Terminal and hit enter, you need to type your local password and hit enter so that the file gets properly edited.

CalebWalz411 commented 1 year ago

Hello Luizpdlh thanks for your advice I tried to re-enter the command then put my local password and push enter and this was the result

Screenshot 2023-02-18 at 9 16 01 PM
jaku commented 1 year ago

You're mistaking what they asked.

Go back to the guide and run that command like before. In the first screenshot you sent you will see it asked for your password. When you type it it won't show.

So go back and run the command, when it prompts type your password and press enter. It should then make the entry in your hosts file.

echo "66.228.41.64 studio-app.snapchat.com" | sudo tee -a /etc/hosts

CalebWalz411 commented 1 year ago

woohoo success :) thanks for you patience Jaku and help and thank you @luizpdlh for your help.

Screenshot 2023-02-19 at 10 07 54 AM Screenshot 2023-02-19 at 10 08 08 AM