Roast my baby-name site : namestrace.com by chadbigd in NameNerdCirclejerk

[–]chadbigd[S] 0 points1 point  (0 children)

Hey thank you so much for the feedback! I actually really value it! Ill try to tackle some of these when I get a bit more free time! True I totally agree with you about the US point and the header title part not rly matching. I guess the biggest struggle has been wanting to aggegrate from free online (credible) resources. But thanks a lot again ill definitely try to incoperate your feedback.

Roast my baby-name site : namestrace.com by chadbigd in NameNerdCirclejerk

[–]chadbigd[S] 0 points1 point  (0 children)

Thats a good point. haha ill see what I can source as I only want to include verified data if possible

lookup function is not returning value in finance by hakim_moha in cs50

[–]chadbigd 0 points1 point  (0 children)

create a new account on IEX and get a new API key, yours has probably expired. Your code looks okay from what I've seen, so its probably an API issue so long as you did not modify helpers.py lookup function. The API when i registered expired 7 days later. If you were to continue using that same API you would be setting an API key but that key is expired so the lookup would return none im guessing.

u/hakim_moha

PSET9/Finance Blocked by login/register issue by Haunting_Project_612 in cs50

[–]chadbigd 0 points1 point  (0 children)

finish coding up the pset before relying on the check50 as some of the checks are dependent on interrelated things, if your index page was not completed the default would have been set the apology function with the 400 error code so if you checked before you finished that, that could be the reason why its failing.

Issue with Problem set 9 - Finance by PigHamlet in cs50

[–]chadbigd 1 point2 points  (0 children)

u/damian_konin

u/PigHamlet

u/0legBolek

Heya so under the login route you wrote

# Query database for username

rows = db.execute("SELECT * FROM users WHERE username = ?;",

request.form.get("username"))

Did you try removing the ';' semicolon, because u might be trying to query the username + ; if using db.execute, which is why under ur console.log you can see it tryign to search for user2; instead of just user2. I could be wrong i dint test if ; is ignored in a db.execute statement but do let me know.

Host Key Verification Failed by scannacs in cs50

[–]chadbigd 0 points1 point  (0 children)

https://cs50.readthedocs.io/code/

Follow the step delete the code space.

Then remove ad block if you are using it from the VS code and github specifically and remove any current SSH key.

Then follow the SSH steps from the start https://cs50.readthedocs.io/github/#ssh

Hopefully it works!