ignore atttributeerror
#1
hi guys i m trying to igenore this AttributeError with no luck, someone know how to do it:
please help!!!!!!

Error Type: <type 'exceptions.AttributeError'>
Error Contents: xbmcout instance has no attribute 'isatty'

i have everything i want i can just pass this but i m getting no luck on that
Reply
#2
Thread moved to add-on development
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
*Looking into a crystal ball and shuffling Tarot cards*

I see!!! You are trying to use some third-party Python library that actively uses console. Python runtime in Kodi has patched sys.stdout/stderr that redirects all output to the Kodi log.

You can try to monkey-patch sys.stdout and sys.stderr youself with a custom file-like object that emulates a standard console, including .isatty property.
Reply

Logout Mark Read Team Forum Stats Members Help
ignore atttributeerror0