exception at www.kaotonik.net on 2024-04-29 22:47:39

site is in debug mode - everybody can see this page
If you don't want this , but still want to see exception messages, put your ip in DebugIps list, and set Debug=False in SiteSettings.py
Requested path : /home/thk/meat-is-murder/image
Client ip : 3.138.125.2
User Agent : Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Postdict :

Session :
_permanent : True
lang : el
ip : 3.138.125.2
ua : Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
url : https://www.kaotonik.net/home/thk/meat-is-murder/image
dt : 2024-04-29 22:47:39.899826
ut : 1714420059
Traceback (most recent call last):
  File "/var/sites/kaotonik/lib/core/SiteBuilder.py", line 95, in BuildPage
    response = madpyObject.handleReq()
  File "/var/sites/kaotonik/lib/core/MadpyObject.py", line 270, in handleReq
    responses = self.ContentHandler.dispatch()
  File "/var/sites/kaotonik/lib/core/DispatchObject.py", line 158, in dispatch
    response = function( *args , **kwargs )
  File "/var/sites/kaotonik/lib/content_types/Image.py", line 214, in normalImage
    filename =  tools.imgRelativeWebPathToFsPath(self.ObjectData.ObjectRow.image)
  File "/var/sites/kaotonik/lib/tools/Tools.py", line 645, in imgRelativeWebPathToFsPath
    fspath = os.path.join(ss.ApplicationRoot , ss.FilesDir , *webpath.split('/'))
AttributeError: 'NoneType' object has no attribute 'split'