#5223 Milestone integration with Google Apps Calendar - when tasks and project due / begin dates are created they automatically populate assigned user calendars with standard calendar reminder options.
#5222 Project / Tasks with Sub-Projects & Sub-Tasks - preferrable with limitless sub-item options (we have many projects that are made up of multitudes of sub items).
#5221Project / Task assignment that pulls from Google Apps user database - so that all users are automatically in the system so that items can be assigned to them.
#5033Access denied xxx.xxx.xxx.xxx - xxx.xxx [21/Oct/2009:00:57:20 -0700] "POST /services HTTP/1.1" 200 209 "http://highnoon.appspot.com/gwt/de.lebedkov.highnoongwt.Main/D0805A3510CD641D971701370DB30A13.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3,gzip(gfe)" "highnoon.appspot.com" I 10-21 12:57AM 20.267 saveTask E 10-21 12:57AM 20.396 Traceback (most recent call last): E 10-21 12:57AM 20.396 File "/base/data/home/apps/highnoon/11.337174152843557088/pgr/core.py", line 327, in post E 10-21 12:57AM 20.396 val = req.evaluate() E 10-21 12:57AM 20.396 File "/base/data/home/apps/highnoon/11.337174152843557088/pgr/core.py", line 410, in evaluate E 10-21 12:57AM 20.396 val = method.__call__(*self.parameterValues) E 10-21 12:57AM 20.396 File "/base/data/home/apps/highnoon/11.337174152843557088/de/lebedkov/highnoongwt/client.py", line 735, in saveTask E 10-21 12:57AM 20.396 raise Exception("Access denied") E 10-21 12:57AM 20.396 Exception: Access denied W 10-21 12:57AM 20.394 Access denied
Completed On October 22, 2009
#4946Do not send notifications for tasks with shorter repeat time e.g. for a task that repeats weakly do not send notifications about 7 days before start
#4728indexed=false for properties that are never searched
Completed On October 18, 2009
#4643'ascii' codec can't encode characters in position 18-28: ordinal not in range(128) 09-12 06:22AM 18.530 /services 200 405ms 1591cpu_ms 1475api_cpu_ms 0kb Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729),gzip(gfe) XXX.XXX.XXX.XXX - XXXXXXXXXXX [12/Sep/2009:06:22:18 -0700] "POST /services HTTP/1.1" 200 262 "http://highnoon.appspot.com/gwt/de.lebedkov.highnoongwt.Main/F6113E88C48C231BC0A7C720A427DBA8.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729),gzip(gfe)" "highnoon.appspot.com" I 09-12 06:22AM 18.630 saveTask E 09-12 06:22AM 18.931 Traceback (most recent call last): E 09-12 06:22AM 18.931 File "/base/data/home/apps/highnoon/10.335794386702113083/pgr/core.py", line 327, in post E 09-12 06:22AM 18.931 val = req.evaluate() E 09-12 06:22AM 18.931 File "/base/data/home/apps/highnoon/10.335794386702113083/pgr/core.py", line 410, in evaluate E 09-12 06:22AM 18.932 val = method.__call__(*self.parameterValues) E 09-12 06:22AM 18.932 File "/base/data/home/apps/highnoon/10.335794386702113083/de/lebedkov/highnoongwt/client.py", line 771, in saveTask E 09-12 06:22AM 18.932 diff = task.compare_to(old_task, userprefs) E 09-12 06:22AM 18.932 File "/base/data/home/apps/highnoon/10.335794386702113083/model.py", line 845, in compare_to E 09-12 06:22AM 18.932 r += "Tags Old:\n" + str(", ".join(self.tags2)) + "\n" E 09-12 06:22AM 18.932 UnicodeEncodeError: 'ascii' codec can't encode characters in position 18-28: ordinal not in range(128) W 09-12 06:22AM 18.928 'ascii' codec can't encode characters in position 18-28: ordinal not in range(128)
Created On September 11, 2009
#4627TypeError: Blob() argument should be str instance, not unicode http://groups.google.com/group/google-appengine/browse_thread/thread/b5b5c38e23e17a34?pli=1
#
1. 09-11 02:00AM 09.232 /upload 500 746ms 73cpu_ms 8api_cpu_ms 0kb Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.17 Safari/532.0,gzip(gfe) See details
XXX.XXX.XXX.XXX - XXXXX [11/Sep/2009:02:00:09 -0700] "POST /upload HTTP/1.1" 500 494 "http://highnoon.appspot.com/app" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.17 Safari/532.0,gzip(gfe)" "highnoon.appspot.com"
2. E 09-11 02:00AM 09.266
Blob() argument should be str instance, not unicode Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 509, in __call__ handler.post(*groups) File "/base/data/home/apps/highnoon/10.335794386702113083/highnoon.py", line 70, in post self._any_method() File "/base/data/home/apps/highnoon/10.335794386702113083/highnoon.py", line 65, in _any_method r = self.process_action() File "/base/data/home/apps/highnoon/10.335794386702113083/highnoon.py", line 302, in process_action a.blob = db.Blob(file_content) File "/base/python_lib/versions/1/google/appengine/api/datastore_types.py", line 1054, in __new__ type(arg).__name__) TypeError: Blob() argument should be str instance, not unicode
Bug on IE7: http://code.google.com/p/gwt-cal/issues/detail?id=12&colspec=ID%20Type%20Status%20Priority%20Reporter%20Summary%20Opened%20Modified%20Closed%20Stars
Completed On August 22, 2009
#4444Test gwt-cal (to be cont.) URL: http://code.google.com/p/gwt-cal/
Bug on IE7: http://code.google.com/p/gwt-cal/issues/detail?id=12&colspec=ID%20Type%20Status%20Priority%20Reporter%20Summary%20Opened%20Modified%20Closed%20Stars
Completed On August 29, 2009
#4438Investigate "Access denied" XXX.XXX.XXX.XXX - xxxxxxx [21/Aug/2009:09:52:56 -0700] "POST /services HTTP/1.1" 200 209 "http://highnoon.appspot.com/gwt/de.lebedkov.highnoongwt.Main/87E0B14C228BE176833F4D9EE4ABA3A8.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.39 Safari/530.5,gzip(gfe)" "highnoon.appspot.com" I 08-21 09:52AM 56.147 startTask E 08-21 09:52AM 56.168 Traceback (most recent call last): E 08-21 09:52AM 56.169 File "/base/data/home/apps/highnoon/10.335620442524612296/pgr/core.py", line 327, in post E 08-21 09:52AM 56.169 val = req.evaluate() E 08-21 09:52AM 56.169 File "/base/data/home/apps/highnoon/10.335620442524612296/pgr/core.py", line 410, in evaluate E 08-21 09:52AM 56.169 val = method.__call__(*self.parameterValues) E 08-21 09:52AM 56.169 File "/base/data/home/apps/highnoon/10.335620442524612296/de/lebedkov/highnoongwt/client.py", line 982, in startTask E 08-21 09:52AM 56.169 raise Exception("Access denied") E 08-21 09:52AM 56.169 Exception: Access denied W 08-21 09:52AM 56.167 Access denied
2. E 07-28 11:15PM 13.979 Traceback (most recent call last): 3. E 07-28 11:15PM 13.980 File "/base/data/home/apps/highnoon/9.334683512841696802/pgr/core.py", line 327, in post 4. E 07-28 11:15PM 13.980 val = req.evaluate() 5. E 07-28 11:15PM 13.980 File "/base/data/home/apps/highnoon/9.334683512841696802/pgr/core.py", line 410, in evaluate 6. E 07-28 11:15PM 13.980 val = method.__call__(*self.parameterValues) 7. E 07-28 11:15PM 13.980 File "/base/data/home/apps/highnoon/9.334683512841696802/de/lebedkov/highnoongwt/client.py", line 348, in getOptions 8. E 07-28 11:15PM 13.980 q = model.Option.all().filter('author ==', hnutils.user()).fetch(1000) 9. E 07-28 11:15PM 13.981 File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1426, in fetch 10. E 07-28 11:15PM 13.981 raw = self._get_query().Get(limit, offset) 11. E 07-28 11:15PM 13.981 File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 959, in Get 12. E 07-28 11:15PM 13.981 return self._Run(limit, offset)._Get(limit) 13. E 07-28 11:15PM 13.981 File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 903, in _Run 14. E 07-28 11:15PM 13.981 _ToDatastoreError(err) 15. E 07-28 11:15PM 13.981 File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 2055, in _ToDatastoreError 16. E 07-28 11:15PM 13.981 raise errors[err.application_error](err.error_detail) 17. E 07-28 11:15PM 13.981 Timeout
#4166Investigate an "Access Denied" with a logged in user 07-21 02:07PM 33.079 /services 200 167ms 195cpu_ms 86api_cpu_ms 0kb Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618),gzip(gfe) 217.132.226.52 - XXXXXXXXXX [21/Jul/2009:14:07:33 -0700] "POST /services HTTP/1.1" 200 169 "http://highnoon.appspot.com/gwt/de.lebedkov.highnoongwt.Main/359EAB2E1CA04072F69DE0D53C97D2E6.cache.html" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618),gzip(gfe)" "highnoon.appspot.com" I 07-21 02:07PM 33.101 saveTask E 07-21 02:07PM 33.242 Traceback (most recent call last): E 07-21 02:07PM 33.242 File "/base/data/home/apps/highnoon/9.334683512841696802/pgr/core.py", line 327, in post E 07-21 02:07PM 33.242 val = req.evaluate() E 07-21 02:07PM 33.242 File "/base/data/home/apps/highnoon/9.334683512841696802/pgr/core.py", line 410, in evaluate E 07-21 02:07PM 33.242 val = method.__call__(*self.parameterValues) E 07-21 02:07PM 33.242 File "/base/data/home/apps/highnoon/9.334683512841696802/de/lebedkov/highnoongwt/client.py", line 753, in saveTask E 07-21 02:07PM 33.242 raise Exception("Access denied") E 07-21 02:07PM 33.242 Exception: Access denied W 07-21 02:07PM 33.240 Access denied
#3974Define styles for all table columns and prevent dates that are shown on 2 lines
Completed On July 04, 2009
#3972'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 501, in __call__ handler.get(*groups) File "/base/data/home/apps/highnoon/8.334359021652428864/highnoon.py", line 73, in get self._any_method() File "/base/data/home/apps/highnoon/8.334359021652428864/highnoon.py", line 65, in _any_method r = self.process_action() File "/base/data/home/apps/highnoon/8.334359021652428864/highnoon.py", line 361, in process_action body = t.to_email(t.assigned_to) File "/base/data/home/apps/highnoon/8.334359021652428864/model.py", line 743, in to_email return self.to_email_userprefs(up) File "/base/data/home/apps/highnoon/8.334359021652428864/model.py", line 712, in to_email_userprefs body += "Tags: " + str(", ".join(self.tags2)) + "\n" UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
Completed On July 05, 2009
#3961border-color-top: #8399BF; border-width-top: 1px for the filled areas on the start page
Completed On August 23, 2009
#4445Click on "Advanced search" should not change the token to #advancedSearch
Completed On August 22, 2009
#3948Click on "Advanced search" should not change the token to #advancedSearch (to be cont.)
#3902Blob() argument should be str instance, not unicode http://code.google.com/p/googleappengine/issues/detail?id=1784
06-28 02:41AM 36.193 Blob() argument should be str instance, not unicode Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 503, in __call__ handler.post(*groups) File "/base/data/home/apps/highnoon/8.334359021652428864/highnoon.py", line 70, in post self._any_method() File "/base/data/home/apps/highnoon/8.334359021652428864/highnoon.py", line 65, in _any_method r = self.process_action() File "/base/data/home/apps/highnoon/8.334359021652428864/highnoon.py", line 302, in process_action a.blob = db.Blob(file_content) File "/base/python_lib/versions/1/google/appengine/api/datastore_types.py", line 859, in __new__ type(arg).__name__) TypeError: Blob() argument should be str instance, not unicode
#3863'NoneType' object has no attribute 'send_notification' E 06-21 03:54AM 41.184 Traceback (most recent call last): E 06-21 03:54AM 41.184 File "/base/data/home/apps/highnoon/8.334042981888992656/pgr/core.py", line 327, in post E 06-21 03:54AM 41.184 val = req.evaluate() E 06-21 03:54AM 41.184 File "/base/data/home/apps/highnoon/8.334042981888992656/pgr/core.py", line 410, in evaluate E 06-21 03:54AM 41.184 val = method.__call__(*self.parameterValues) E 06-21 03:54AM 41.184 File "/base/data/home/apps/highnoon/8.334042981888992656/de/lebedkov/highnoongwt/client.py", line 501, in invite E 06-21 03:54AM 41.185 up.send_notification("[highnoon invitation] " + E 06-21 03:54AM 41.185 AttributeError: 'NoneType' object has no attribute 'send_notification'
#3862 'NoneType' object has no attribute 'replace' 06-21 04:02AM 47.433 Traceback (most recent call last): E 06-21 04:02AM 47.433 File "/base/data/home/apps/highnoon/8.334042981888992656/pgr/core.py", line 327, in post E 06-21 04:02AM 47.434 val = req.evaluate() E 06-21 04:02AM 47.434 File "/base/data/home/apps/highnoon/8.334042981888992656/pgr/core.py", line 410, in evaluate E 06-21 04:02AM 47.434 val = method.__call__(*self.parameterValues) E 06-21 04:02AM 47.434 File "/base/data/home/apps/highnoon/8.334042981888992656/de/lebedkov/highnoongwt/client.py", line 772, in saveTask E 06-21 04:02AM 47.434 task.project.notify_change(task, old_task, hnutils.user()) E 06-21 04:02AM 47.434 File "/base/data/home/apps/highnoon/8.334042981888992656/model.py", line 469, in notify_change E 06-21 04:02AM 47.434 body = old_task.compare_to(task, up) E 06-21 04:02AM 47.434 File "/base/data/home/apps/highnoon/8.334042981888992656/model.py", line 664, in compare_to E 06-21 04:02AM 47.434 r += "Deadline New:\n" + date_or_none(t.deadline) + "\n" E 06-21 04:02AM 47.434 File "/base/data/home/apps/highnoon/8.334042981888992656/model.py", line 624, in date_or_none E 06-21 04:02AM 47.434 return up.datetime2str(self.deadline) E 06-21 04:02AM 47.434 File "/base/data/home/apps/highnoon/8.334042981888992656/model.py", line 1305, in datetime2str E 06-21 04:02AM 47.435 time = time.replace(tzinfo=pytz.utc) E 06-21 04:02AM 47.435 AttributeError: 'NoneType' object has no attribute 'replace'
#3660Cache for tasks (so that next page/previous page is fast)
Completed On May 24, 2009
#3657Switch to the view and delete the edited task in the background
Created On May 23, 2009
#3655Plugin for Google Mail (create a task from an email) http://code.google.com/intl/de-DE/apis/gadgets/docs/ui.html http://www.rememberthemilk.com/services/gmail/gadget/ http://www.rememberthemilk.com/services/modules/gmail/rtm.xml view-source:http://www.rememberthemilk.com/services/modules/gmail/rtm.xml http://code.google.com/p/gmail-greasemonkey/wiki/ArticleGmailViewWatcher
Completed On May 23, 2009
#3654Plugin for Google Mail (create a task from an email) (to be cont.) http://code.google.com/intl/de-DE/apis/gadgets/docs/ui.html http://www.rememberthemilk.com/services/gmail/gadget/ http://www.rememberthemilk.com/services/modules/gmail/rtm.xml view-source:http://www.rememberthemilk.com/services/modules/gmail/rtm.xml
Created On May 22, 2009
#3653"Command line interface" enter queries in "plain english" instead of using the mask
#3625Plugin for Outlook (create a task from an email) http://www.add-in-express.com/docs/net-outlook-addins.php http://www.codeproject.com/KB/COM/Capture_Outlook_event_vc6.aspx
#3575Timeout: datastore timeout: operation took too long. on "/" Internal error Traceback (most recent call last): File "/base/data/home/apps/highnoon/7.333230528155519569/highnoon.py", line 127, in _any_method self.write_page_body() File "/base/data/home/apps/highnoon/7.333230528155519569/highnoon.py", line 842, in write_page_body prj = model.Project.get(u"aghoaWdobm9vbnIdCxIJVXNlclByZWZzGCkMCxIHUHJvamVjdBiJMgw") File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 839, in get results = get(keys) File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1066, in get entities = datastore.Get(keys) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 221, in Get raise _ToDatastoreError(err) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 2020, in _ToDatastoreError raise errors[err.application_error](err.error_detail) Timeout: datastore timeout: operation took too long.
Created On May 12, 2009
#3556Checkboxes for selecting table rows + highlighting for selected rows
Completed On May 21, 2009
#3525'NoneType' object has no attribute 'flags' # 05-11 01:11AM 31.536 Traceback (most recent call last): # E 05-11 01:11AM 31.536 File "/base/data/home/apps/highnoon/7.333230528155519569/pgr/core.py", line 321, in post # E 05-11 01:11AM 31.536 req = rr.readRequest(self.request.body) # E 05-11 01:11AM 31.536 File "/base/data/home/apps/highnoon/7.333230528155519569/pgr/core.py", line 444, in readRequest # E 05-11 01:11AM 31.536 gwtRpcRequest.version = self.__readInt() # E 05-11 01:11AM 31.537 File "/base/data/home/apps/highnoon/7.333230528155519569/pgr/core.py", line 512, in __readInt # E 05-11 01:11AM 31.537 return int(v) # E 05-11 01:11AM 31.537 ValueError: invalid literal for int() with base 10: '' # E 05-11 01:11AM 31.532 'NoneType' object has no attribute 'flags' Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__
#3466AttributeError: 'NoneType' object has no attribute 'send_notification'v # 05-04 01:38AM 17.942 Traceback (most recent call last): # E 05-04 01:38AM 17.942 File "/base/data/home/apps/highnoon/6.333185489543949984/pgr/core.py", line 327, in post # E 05-04 01:38AM 17.942 val = req.evaluate() # E 05-04 01:38AM 17.942 File "/base/data/home/apps/highnoon/6.333185489543949984/pgr/core.py", line 410, in evaluate # E 05-04 01:38AM 17.942 val = method.__call__(*self.parameterValues) # E 05-04 01:38AM 17.942 File "/base/data/home/apps/highnoon/6.333185489543949984/de/lebedkov/highnoongwt/client.py", line 500, in invite # E 05-04 01:38AM 17.943 up.send_notification("[highnoon invitation] " + # E 05-04 01:38AM 17.943 AttributeError: 'NoneType' object has no attribute 'send_notification'
Completed On May 01, 2009
#3456Public projects are not in the filter for anonymous access
#3439Links "All" and "None" in the filter for selecting/deselecting projects
Completed On April 27, 2009
#3414global name 'UserPrefs' is not defined 04-27 09:34AM 40.922 invite E 04-27 09:34AM 41.390 Traceback (most recent call last): E 04-27 09:34AM 41.390 File "/base/data/home/apps/highnoon/6.333057892804401404/pgr/core.py", line 327, in post E 04-27 09:34AM 41.390 val = req.evaluate() E 04-27 09:34AM 41.390 File "/base/data/home/apps/highnoon/6.333057892804401404/pgr/core.py", line 410, in evaluate E 04-27 09:34AM 41.391 val = method.__call__(*self.parameterValues) E 04-27 09:34AM 41.391 File "/base/data/home/apps/highnoon/6.333057892804401404/de/lebedkov/highnoongwt/client.py", line 498, in invite E 04-27 09:34AM 41.391 up = UserPrefs.all().filter("user =", email).get() E 04-27 09:34AM 41.391 NameError: global name 'UserPrefs' is not defined W 04-27 09:34AM 41.388 global name 'UserPrefs' is not defined
#3407Blob() argument should be str instance, not unicode Blob() argument should be str instance, not unicode Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 503, in __call__ handler.post(*groups) File "/base/data/home/apps/highnoon/6.333057892804401404/highnoon.py", line 68, in post self._any_method() File "/base/data/home/apps/highnoon/6.333057892804401404/highnoon.py", line 63, in _any_method r = self.process_action() File "/base/data/home/apps/highnoon/6.333057892804401404/highnoon.py", line 289, in process_action a.blob = db.Blob(self.request.get("file")) File "/base/python_lib/versions/1/google/appengine/api/datastore_types.py", line 859, in __new__ type(arg).__name__) TypeError: Blob() argument should be str instance, not unicode
#3336UnicodeEncodeError # E 04-15 08:30AM 28.545 Traceback (most recent call last): # E 04-15 08:30AM 28.546 File "/base/data/home/apps/highnoon/6.332741038398690634/pgr/core.py", line 327, in post # E 04-15 08:30AM 28.547 val = req.evaluate() # E 04-15 08:30AM 28.548 File "/base/data/home/apps/highnoon/6.332741038398690634/pgr/core.py", line 410, in evaluate # E 04-15 08:30AM 28.549 val = method.__call__(*self.parameterValues) # E 04-15 08:30AM 28.549 File "/base/data/home/apps/highnoon/6.332741038398690634/de/lebedkov/highnoongwt/client.py", line 370, in saveOptions # E 04-15 08:30AM 28.550 logging.info('saving ' + opt.name + '->' + str(opt.value)) # E 04-15 08:30AM 28.551 UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1: ordinal not in range(128)
Created On April 15, 2009
#3335Check for anonymous instead of a server call getSkills E 04-14 01:22PM 33.571 Traceback (most recent call last): E 04-14 01:22PM 33.571 File "/base/data/home/apps/highnoon/5.332695920693153026/pgr/core.py", line 327, in post E 04-14 01:22PM 33.571 val = req.evaluate() E 04-14 01:22PM 33.572 File "/base/data/home/apps/highnoon/5.332695920693153026/pgr/core.py", line 410, in evaluate E 04-14 01:22PM 33.572 val = method.__call__(*self.parameterValues) E 04-14 01:22PM 33.572 File "/base/data/home/apps/highnoon/5.332695920693153026/de/lebedkov/highnoongwt/client.py", line 322, in getSkills E 04-14 01:22PM 33.572 raise Exception("Access denied. Not logged in.") E 04-14 01:22PM 33.572 Exception: Access denied. Not logged in. W 04-14 01:22PM 33.569 Access denied. Not logged in.
#3164Faster /tick Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 501, in __call__ handler.get(*groups) File "/base/data/home/apps/highnoon/3.332246705042399924/highnoon.py", line 71, in get self._any_method() File "/base/data/home/apps/highnoon/3.332246705042399924/highnoon.py", line 63, in _any_method r = self.process_action() File "/base/data/home/apps/highnoon/3.332246705042399924/highnoon.py", line 366, in process_action up = model.UserPrefs.all().filter("user =", t.assigned_to).get() File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1346, in get results = self.fetch(1) File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1390, in fetch raw = self._get_query().Get(limit, offset) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 942, in Get return self._Run(limit, offset)._Next(limit) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 886, in _Run _ToDatastoreError(err) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1965, in _ToDatastoreError raise errors[err.application_error](err.error_detail) Timeout