Hi Long,

I'm a member of the Cloud Platform Community Support team, and while we do 
monitor these threads, along with stackoverflow and the public issue 
tracker, I have to let you know that unfortunately Google Groups isn't the 
place to post specific technical issues, as this forum is meant more for 
general discussion of the platform and services. 

If you believe you've identified an issue with the platform itself 
(behaviour is different from documentation or error occurs during normal 
use), then you should proceed to open a public issue tracker 
<http://code.google.com/p/google-appengine/issues/list> issue with enough 
detail to reproduce the issue on our side, or if possible, an attached app 
that can be used to directly observe the behaviour. 

In your case, the issue doesn't seem to necessarily be reproducible, and 
may be only affecting your app. If you open a public issue tracker 
<http://code.google.com/p/google-appengine/issues/list> issue with the app 
id and an affected timeframe, we may be able to observe the issue on our 
side, so when you create your issue, I suggest you to do that.

If you would like to open a thread in this forum discussing the platform or 
services in more broad terms, starting a discussion that would be useful 
for other users to join in to, feel free to do so.

Have a great day!

-- Nick

On Wednesday, August 5, 2015 at 2:23:29 PM UTC-4, Long Tran wrote:
>
> I am getting these error when trying to create new blob file. 
> def write_blob(self, data, info):
>         filename = "/bucket/{}".format(info['name'])
>         with gcs.open(filename=filename, content_type=info['type'], 
> mode='w') as f:
>             f.write(data)
>             blobstore_filename = '/gs' + filename
>             r = blobstore.create_gs_key(blobstore_filename)
>         return r
>
>
>
>    1. 2015-08-05 10:21:29.893 suspended generator 
>    _make_token_async(rest_api.py:103) raised InternalError()
>    2. W2015-08-05 10:21:29.893 suspended generator 
>    get_token_async(rest_api.py:214) raised InternalError()
>    3. W2015-08-05 10:21:29.894 suspended generator 
>    urlfetch_async(rest_api.py:247) raised InternalError()
>    4. D2015-08-05 10:21:29.894 Tasklet is <bound method 
>    _StorageApi.urlfetch_async of <cloudstorage.storage_api._StorageApi object 
>    at 0xfb6a38d0>>
>    5. D2015-08-05 10:21:29.894 Got exception "InternalError('',)" from 
>    tasklet.
>    6. D2015-08-05 10:21:29.894 Retry in 0.1 seconds.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ab662d56-a057-45f5-8258-8f5ccaa7fb4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to