You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this an intermittent bug? I increased the MAX_IMAGE_PIXELS in transforms.py and img_info.py like this:
Image.MAX_IMAGE_PIXELS = 1000000000
Doing this prevented a server error while building manifests for the social scientists maps. However, after removing the line from the python files, re-installing and restarting Apache, I'm not able to get the initial error to appear again.
I'll keep track of this by leaving it here.
The text was updated successfully, but these errors were encountered:
Is this an intermittent bug? I increased the MAX_IMAGE_PIXELS in transforms.py and img_info.py like this:
Image.MAX_IMAGE_PIXELS = 1000000000
Doing this prevented a server error while building manifests for the social scientists maps. However, after removing the line from the python files, re-installing and restarting Apache, I'm not able to get the initial error to appear again.
I'll keep track of this by leaving it here.
The text was updated successfully, but these errors were encountered: