Udacimak stops on render of lesson from self driving car nanodegree
See original GitHub issueUdacimak version 0.10.3
Began render and it stopped at this same location. I ctrl-c’d to stop it and re-ran the render command. It stopped at the same location. No error is thrown and the udacimak.error and udacimak.exceptions log files are empty. The info mirrors the terminal output and ends at the following:
2018-11-04T16:20:38.462Z [info]: Completed rendering lesson file SCDND//Self-Driving Car Engineer v1.0.0/Part 01-Module 03-Lesson 01_Introduction to Neural Networks/08. Classification Problems 1.html
2018-11-04T16:20:38.462Z [info]: ----------------------------------------
Is there a verbose flag that we can use to provide more info? Should I (can I?) post the .json file it is parsing from the initial download?
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Become a Self-Driving Car Engineer - Udacity
In this program, you will learn the techniques that power self-driving cars across the full stack of a vehicle's autonomous capabilities. Using Deep...
Read more >A Complete Guide of Udacity Self-Driving Nanodegree Program
Udacity also has this course called “Intro to Self-Driving Car” as recommend as the pre-course for “Self-driving car Engineer”.
Read more >Yousef Udacity Deep Learning Part1 Introdution + Part 2 NN
Style Transfer >> revision to lesson to apply from Github ... to learn a driving strategy such that the car is moving as...
Read more >Awesome-Warez | All your base are belong to us!
WarezForums - ( EN/US ) - Warez forum with films, TV shows, ebooks, anime, games, and more via G-Drive and Mega. watchepisodeseries -...
Read more >sitemap_1.xml - OneHack.Us
... ://onehack.us/t/tutorial-how-to-auto-clear-browsing-history-on-browser-close/3723 ... https://onehack.us/t/is-it-time-to-stop-paying-for-a-vpn/203898 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Update
I’ve added spinners and additional log messages (https://github.com/udacimak/udacimak/commit/396a68e0b5543965d9feeafcb200c74298c28e88) to provide better UX.
I happened to experience very slow connection speed just now with Youtube requests. It makes the CLI hang for about 1 - 2 minutes each when requesting Youtube video info and when downloading subtitles:
By referring to https://github.com/rg3/youtube-dl/issues/15275#issuecomment-357991227, I won’t fix this issue.
I’m releasing v
0.10.7
later today to include the spinners and additional log message to improve the UX, plus a few bug fixes, and will close this issue then.@faultfactory
For the
socket hang up
error in your log file, that is also a connection issue so I can’t do much. Though I’ve also referred to https://github.com/request/request/issues/2047#issuecomment-272473278 and have added bug fix in https://github.com/udacimak/udacimak/commit/f431a80eb1adf2add6ebb625bc1e5481daac2111, just in case.Thanks @rgekhman . But the
render
andrenderdir
commands don’t use the Udacity token, so updating the token actually doesn’t affect the render process.