Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why don't you upload the all videos , now that you already recorded them all ? #2

Open
idoan opened this issue Jan 15, 2016 · 9 comments

Comments

@idoan
Copy link

idoan commented Jan 15, 2016

It seems you finished committing all the lectures (120+) , yet your latest video upload on youtube is 80th. Why don't you upload them all so thqt we don't delay finishing the project any longer ?

Thanks.

@royalgiant
Copy link
Owner

Hey idoan,

I'm trying to do that. Just trying to find the time in my schedule where I
can mass upload them all.

Thanks

Donald Lee
Software Developer | Entrepreneur | Student

Connect with me on Linkedin: https://ca.linkedin.com/in/donaldlee50
Check me out at Github: https://github.com/royalgiant

On Fri, Jan 15, 2016 at 1:52 PM, idoan notifications@github.com wrote:

It seems you finished committing all the lectures (120+) , yet your latest
video upload on youtube is 80th. Why don't you upload them all so thqt we
don't delay finishing the project any longer ?

Thanks.


Reply to this email directly or view it on GitHub
#2.

@idoan
Copy link
Author

idoan commented Jan 17, 2016

Thanks, I am looking forward to seeing the remaining videos.

There is already a bulk upload option on youtube:

https://support.google.com/youtube/answer/3070500?hl=en

And the webpage seems to be broken:

https://www.mealshelf.com

Thanks again.

@royalgiant
Copy link
Owner

Sorry, there's actually nothing wrong with the webpage. It's a test, so I
didn't buy SSL for it, which gives an error.
You have to click on the "I understand risks and exceptions" to make it
through.

Donald Lee
Software Developer | Entrepreneur | Student

Connect with me on Linkedin: https://ca.linkedin.com/in/donaldlee50
Check me out at Github: https://github.com/royalgiant

On Sun, Jan 17, 2016 at 3:44 AM, idoan notifications@github.com wrote:

Thanks, I am looking forward to seeing the remaining videos.

There is already a bulk upload option on youtube:

https://support.google.com/youtube/answer/3070500?hl=en

And the webpage seems to be broken:

https://www.mealshelf.com

Thanks again.


Reply to this email directly or view it on GitHub
#2 (comment)
.

@royalgiant
Copy link
Owner

Hey Sophia,

Seems like your problem is that address1 is not coming through. The
address1 attribute cannot be null, but when you submit your form it's
coming through as null, which is causing your problem.

It's hard to debug with you through a file, but I suggest doing a "raise
@org_ca.inspect" on line 34 to see what values you are trying to update the
database with and from there trace back to your views and edit function to
see if you are setting everything correctly (the input fields in your view,
etc.)

Thank you

Donald Lee
Software Developer | Entrepreneur | Student

Connect with me on Linkedin: https://ca.linkedin.com/in/donaldlee50
Check me out at Github: https://github.com/royalgiant

On Sun, Jan 17, 2016 at 7:56 PM, Sophia Wang notifications@github.com
wrote:

hi, sir
i followed your video Ruby on Rails Tutorial 22 Updating Contact Info
https://www.youtube.com/watch?v=iIjPLn1K1JA to make a practice, but i
got an update porblem:

PG::NotNullViolation at /org_people/1
ERROR: null value in column "address1" violates not-null constraint
DETAIL: Failing row contains (25, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 1, 2016-01-18 03:13:20.368882, 2016-01-18 03:13:20.368882).

If you have some time please take a look at my practice
https://github.com/sophia1215/dmeal/blob/master/app/controllers/org_people_controller.rb

Thanks


Reply to this email directly or view it on GitHub
#2 (comment)
.

@idoan
Copy link
Author

idoan commented Jan 18, 2016

It is not the https issue, I already passed it, but the following error output that rails raises in an internal problem:

"
We're sorry, but something went wrong.

If you are the application owner check the logs for more information.
"

@royalgiant
Copy link
Owner

That is too brief for me to know exactly what's going on... a good debugging process is to go to the controller function that is rendering the view and do a raise {variable}.inspect to see if you are getting data. Or looking into your rails server console to see what exceptions are being returned.

@idoan
Copy link
Author

idoan commented Jan 19, 2016

It is not my server but yours. I get that error when I visit your page on this link:

https://www.mealshelf.com/

so, you need to debug it to fix.

And, did you have any time to upload the remaining videos?

@royalgiant
Copy link
Owner

They are all up. But please, don't go on that site actually. It was my
failed startup idea and does not reflect what you learn for project meal.
That is why they're named differently. Mealshelf actually has a lot of code
that was bad when I was using it as a base to create the videos.

Best way to learn is actually to just download the project and follow
through with it.
On Jan 19, 2016 1:54 PM, "idoan" notifications@github.com wrote:

It is not my server but yours. I get that error when I visit your page on
this link:

https://www.mealshelf.com/

so, you need to debug it to fix.

And, did you have any time to upload the remaining videos?


Reply to this email directly or view it on GitHub
#2 (comment)
.

@royalgiant
Copy link
Owner

Download from the zip files provided in the videos that is.
On Jan 19, 2016 7:33 PM, "donald lee" donaldlee50@gmail.com wrote:

They are all up. But please, don't go on that site actually. It was my
failed startup idea and does not reflect what you learn for project meal.
That is why they're named differently. Mealshelf actually has a lot of code
that was bad when I was using it as a base to create the videos.

Best way to learn is actually to just download the project and follow
through with it.
On Jan 19, 2016 1:54 PM, "idoan" notifications@github.com wrote:

It is not my server but yours. I get that error when I visit your page on
this link:

https://www.mealshelf.com/

so, you need to debug it to fix.

And, did you have any time to upload the remaining videos?


Reply to this email directly or view it on GitHub
#2 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants