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

Java高薪训练营下载出错了 #53

Open
mrwhboy opened this issue May 13, 2022 · 1 comment
Open

Java高薪训练营下载出错了 #53

mrwhboy opened this issue May 13, 2022 · 1 comment

Comments

@mrwhboy
Copy link

mrwhboy commented May 13, 2022

image

16:12:14.585 default [main] DEBUG at cn.hutool.setting.SettingLoader.load (SettingLoader.java:80) - Load setting file [file:/Users/wolffy/code/IdeaProjects/lagoudownload-test/lagoudownload/target/classes/config/config.properties]
Exception in thread "main" java.lang.NullPointerException
at online.githuboy.lagou.course.support.BigCourseDownloader.parseBigCourseLessonInfo(BigCourseDownloader.java:210)
at online.githuboy.lagou.course.support.BigCourseDownloader.start(BigCourseDownloader.java:93)
at online.githuboy.lagou.course.App_XunLianYing.main(App_XunLianYing.java:40)

@robertdeng1212
Copy link

空指针异常,在 BigCourseDownloader.java 211 加个容错处理 if (lessonInfoVoList != null && !lessonInfoVoList.isEmpty()) {

image

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