PrivateGER / patreon-dl

A Patreon Image Downloader
The Unlicense
100 stars 6 forks source link

I paste the string of code from patreon-dl and get this error #8

Closed JMorris113 closed 2 years ago

JMorris113 commented 2 years ago

VM169:54 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'split') at eval (eval at (posts:1), :54:78)

sorry if this is a common fix and i failed to understand it I'm new to this.

PrivateGER commented 2 years ago

That looks like a bug. What account did you run this on?

JMorris113 commented 2 years ago

Asyrie

Site3op commented 2 years ago

Same error here.

Zaneaby commented 2 years ago

Same error here. Its in the for loop that adds the file to downloads, you'll want to check for falsy in parsedInital.included[i].attributes.file_name before splitting it and calling addFileDownload.

PrivateGER commented 2 years ago

@Zaneaby Good call. I'll get a new release on when I get the opportunity to do so.

PrivateGER commented 2 years ago

A new release has been published, it should fix this issue.