SEI-ATL / UNIT_2

This repo is for all things Unit 2
0 stars 3 forks source link

Wednesday, November 18, 2020 #5

Closed romebell closed 3 years ago

romebell commented 3 years ago

Admin 👀 - [admin] is looking into it 👍 - [admin] Answer issue. Looks good. Code works.

Students 🚀 - [student] I get it! 😕 - [student] Still confused 😄 - [student] A simple error 🎉 - [student] My code now works

Admin/Students ❤️ - [student/admin] Love the topic or code snippet 👎 - [student/admin] Code didn't work

tylerdance commented 3 years ago
Screen Shot 2020-11-18 at 3 31 59 PM
CoreyWilson319 commented 3 years ago

image

pmacaluso3 commented 3 years ago

Corey, on linux you will have to put your username and password into your development environment object in your config.json. Make sure not to commit or push it!

CoreyWilson319 commented 3 years ago

image gives me this error when I fill those portions

pmacaluso3 commented 3 years ago

Lemme see what you've got in there, just make sure to change your pw to some placeholder string

CoreyWilson319 commented 3 years ago

image

pmacaluso3 commented 3 years ago

Those values for username & password have got to be quoted strings

CoreyWilson319 commented 3 years ago

Doesn't seem to care after adding qoutes

CoreyWilson319 commented 3 years ago

Okay getting closer it doesn't like single quotes

CoreyWilson319 commented 3 years ago

Is there a way to look and find my password, I don't use one to log into postgres

pmacaluso3 commented 3 years ago

Try the password you use to unlock your machine at startup?

CoreyWilson319 commented 3 years ago

Sorry yeah, I tried that but for whatever reason it wasn't working out. I ended up just changing the password in postgres and using that password worked. Thanks

tylerdance commented 3 years ago
Screen Shot 2020-11-18 at 4 20 23 PM

Getting an error in my psql that customer doesn't exist, but I don't see any errors in my terminal where I created the model

pmacaluso3 commented 3 years ago

Try exiting and re-entering your psql session?

tylerdance commented 3 years ago

Yes thank you, sorry should've tried that.. sigh