nomego / Lazyman.bundle

Lazyman Plex Channel
105 stars 24 forks source link

MLB Data Size too Small? #70

Open keberwein opened 5 years ago

keberwein commented 5 years ago

Hey guys, MLB games weren't loading for me for some reason. I checked my logs and found the following.

raise Framework.exceptions.APIException("Data of size %d is greater than the maximum size %d" % (len(data), max_size))
APIException: (2103, 'Data of size 9298198 is greater than the maximum size 9000000')

I went into my __init__.py and changed the value to 10000000 and everything works as expected.

I didn't submit a pull req. because I'm not 100% sure that my change won't cause any side-affects.

Great work BTW, and thanks for your time!