DoctorD1501 / JAVMovieScraper

Scrape XBMC and Kodi movie metadeta and automatically rename files for Japanese Adult Videos (JAV), American Adult DVDs, and American Adult Webcontent
GNU General Public License v2.0
751 stars 161 forks source link

Silence NullPointerException on cookie jar creation #309

Closed heyhippari closed 4 years ago

heyhippari commented 4 years ago

Compiling on Arch Linux with Java13 yields a NullPointerException on the file used to create the cookie jar.

For now, this simply try…catch the NullPointerException and does nothing, effectively silencing it.

Wizell commented 4 years ago

i would prefer to check for configuration of cookiejar and skip the whole loading process.

See commit 7c76b56f08deb5cf501aac5b19deb05cba7f3c05