einstein95 / crunchy-xml-decoder

GNU General Public License v2.0
35 stars 14 forks source link

TypeError: expected string or buffer #112

Closed FacelessFresh closed 7 years ago

FacelessFresh commented 7 years ago

cr error

I have been going through the issue posts and have seen others with the same type error but different lines are affected. any assistance with trying to determine what is causing this particular error would be great. I seem to have similar issues on other episodes after they have been online for about a week. I have been using getFLV to download them and then downloading the subs through this decoder, but I can't seem to get the download for these to start on getflv this time so I'm thinking I should try to finally attempt to tackle the issue of whether this can be fixed on this decoder. Thanks for your time in advance.

FacelessFresh commented 7 years ago

I think I finally fixed it. I have had an extremely old version that was downloaded way back. I have been editing the existing .py files from it by adding the lines of code one by one from the updates section and therefore didn't have any of the newer .py files that have been added since.

I downloaded the .zip file and unzipped it and then proceeded to copy/merge that folder into a backup of the old one so it added all of the newer files without requiring me to set everything else back up. I figured I could do it. If I had to guess, it was likely the hls.py that was missing that was keeping me from downloading it since that one sounded important from what I was reading on one of the other posts.