Max 6.0.1 Download Server Error

kennethstewart's icon

I am trying to download the current version of Max6 and I'm getting a python server error when it sends me to the link, http://www.filepivot.com/projects/maxmspjitter/files/latest6_mac

Attached is the error.

Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 701, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/filepivot/2011may.351647315887013695/controllers.py", line 366, in get
    f = self.file()
  File "/base/data/home/apps/filepivot/2011may.351647315887013695/base.py", line 77, in file
    project = self.project()
  File "/base/data/home/apps/filepivot/2011may.351647315887013695/base.py", line 68, in project
    return Project.all().filter('name = ',projectname).get()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 2049, in get
    results = self.fetch(1, config=config)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 2102, in fetch
    raw = raw_query.Get(limit, offset, config=config)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 1673, in Get
    batch = batcher.next_batch(limit)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2562, in next_batch
    batch = self.__next_batch.get_result()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 592, in get_result
    return self.__get_result_hook(self)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2317, in __query_result_hook
    self._conn.check_rpc_success(rpc)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1182, in check_rpc_success
    rpc.check_success()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 558, in check_success
    self.__rpc.CheckSuccess()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess
    raise self.exception
OverQuotaError: The API call datastore_v3.RunQuery() required more quota than is available.
TommyMcKinley's icon
Wesley Smith's icon

Thanks guys. I've sent our webteam a heads up.

TommyMcKinley's icon

Thank you Wesley, any guess on eta?

Cycling '74's icon

Thanks for reporting this problem. The platform we use to manage our downloads changed their billing usage model, and we exceeded our 24-hour quota for activity. Code has been updated - shouldn't happen again!

Ben