Google Developer Day 2008 Japan に登録できない件

全部入れて、”送信”って押すと、↓こんなんになります。

ユニコードへのエンコードで落っこちてるっぽいから、
いろいろ英語に書き換えてみたんだけど駄目で、

ご意見や、ご要望など~のところに書くのをやめたら通りました。
つか、エラー用の画面ださなきゃダメでしょっていう。

グーグルなんだから、ここら辺は、当たり前の用にちゃんとしてほしいっす。。

Traceback (most recent call last):
File “/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py”, line 486, in __call__
handler.post(*groups)
File “/base/data/home/apps/devdayreg/1.146/devday.py”, line 84, in post
EvReg.put()
File “/base/python_lib/versions/1/google/appengine/ext/db/__init__.py”, line 602, in put
self._save_to_entity()
File “/base/python_lib/versions/1/google/appengine/ext/db/__init__.py”, line 621, in _save_to_entity
self._store_to_entity(self._entity)
File “/base/python_lib/versions/1/google/appengine/ext/db/__init__.py”, line 587, in _store_to_entity
entity[prop.name] = datastore_value
File “/base/python_lib/versions/1/google/appengine/api/datastore.py”, line 341, in __setitem__
datastore_types.ToPropertyPb(name, value)
File “/base/python_lib/versions/1/google/appengine/api/datastore_types.py”, line 966, in ToPropertyPb
pbvalue.set_stringvalue(unicode(v).encode(‘utf-8’))
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe6 in position 0: ordinal not in range(128)

コメント

  1. Chris より:

    ってかあの登録フォームってGoogle App Engineで動いているのか。
    なるほどねー。

  2. shinodogg より:

    google/appengine ってのはそういうことなのねw

タイトルとURLをコピーしました