Lazyman.bundle icon indicating copy to clipboard operation
Lazyman.bundle copied to clipboard

MLB Data Size too Small?

Open keberwein opened this issue 5 years ago • 0 comments

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!

keberwein avatar May 29 '19 16:05 keberwein