Thanks for your assistance.

I found the cause! some recycled code in layout.html from another project, 
included a non-existent css file. =(

  {{if request.user_agent()['browser']['name'] != 'IE':}}
    {{ response.files.append(URL('static','css/badevday_no_ie.css')) }}
  {{pass}}


On Monday, August 5, 2013 12:03:14 PM UTC+12, Christian Foster Howes wrote:
>
> there is some variable in index.html that is none, but you are trying to 
> access it as a Storage or dict i bet.   does you app expect/require login?  
> is there something that is set conditionally based on the user agent?
>
> On Saturday, August 3, 2013 9:07:45 PM UTC-7, James Burke wrote:
>>
>> Hi,
>>
>> My site seems to be working fine, but when I go onto Google Webmaster 
>> Tools there are crawler errors.
>>
>> So I run the Fetch as Google tool and get *Unreachable page*. Which 
>> produces the following ticket:
>>
>> Traceback (most recent call last):
>> File 
>> "/base/data/home/apps/s~kaosaerialart/1.369256777018743792/gluon/restricted.py",
>>  
>> line 212, in restricted
>> exec ccode in environment\n File 
>> "/base/data/home/apps/s~kaosaerialart/1.369256777018743792/applications/init/views/default/index.html",
>>  
>> line 32, in <module>
>> TypeError: \'NoneType\' object has no attribute \'__getitem__\'
>>
>> My website is running on GAE.
>>
>> Any help appreciated!
>>
>> -James
>>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to