IOError: [Errno 13] file not accessible with Google AppEngine 1.6.1

前端 未结 6 1935
攒了一身酷
攒了一身酷 2020-12-16 17:58

Maybe it\'s a bug, but I\'m posting here anyway.

I get the following issue on my local AppEngine testing server:

WARNING  2012-01-10 06:08:40,336 rdb         


        
6条回答
  •  半阙折子戏
    2020-12-16 18:15

    In some cases, this error is caused by dev_appserver.py returning fail for the open call when the file name matches a skip_files pattern in app.yaml. Check app.yaml even when running dev_appserver.py locally.

提交回复
热议问题