r0oth3x49 / udemy-dl

A cross-platform python based utility to download courses from udemy for personal offline use.
MIT License
4.85k stars 1.2k forks source link

int() argument must be a string, a bytes-like object or a number, not 'NoneType' #525

Closed geffchang closed 4 years ago

geffchang commented 4 years ago

Environment: OS: Windows Version 10.0.19041.329 Python: 3.8.2

Course: Apache Kafka for Developers using Spring Boot[LatestEdition] https://udemy.com/course/apache-kafka-for-developers-using-springboot/

Issue: An error was found when downloading the course; the file was not downloaded.

[] : Downloading asset(s) [] : Downloading (023 curl-ommands.txt) [*] : Asset : '023 curl-ommands.txt' (download skipped). [-] : Reason : int() argument must be a string, a bytes-like object or a number, not 'NoneType'

geffchang commented 4 years ago

Ah, it looks like this is similar to: https://github.com/r0oth3x49/udemy-dl/issues/524