<div dir="ltr">Found the following error in my logs:<br><br>Traceback (most recent call last):<br>  File "/data/project/suggestbot/projects/opentask/opentask.py", line 32, in <module><br>    import pywikibot<br>  File "/shared/pywikipedia/core/pywikibot/__init__.py", line 37, in <module><br>    from pywikibot import config2 as config<br>  File "/shared/pywikipedia/core/pywikibot/config2.py", line 1090, in <module><br>    userinterface_lang = getdefaultlocale()[0].split('_')[0]<br>AttributeError: 'NoneType' object has no attribute 'split'<br><br><div>opentask.py updates the English Wikipedia Community portal's list of open tasks regularly and is run through Tool Labs grid engine. Explicitly setting the locale in the shell script that launches it appears to not trigger this error.</div><div><br></div><div><br></div><div>Regards,</div><div>Morten</div><div><br></div></div>