Error 10055, 'No buffer space available'
#1
Hello,

Please help me solve this runtime error in my python plug-in script when running it on my original xbox . This error displayed when I am parsing more then 120 youtube links from a site and adding it to the xbmc playlist. This error doesn't appear when running my same python script in xbmc for windows.

Thanks,

Error Snapshot below

23:37:45 M: 36573184 ERROR: Error Type: urllib2.URLError
23:37:45 M: 36573184 ERROR: Error Contents: <urlopen error (10055, 'No buffer space available')>
23:37:45 M: 36573184 ERROR: Traceback (most recent call last):
File "Q:\plugins\video\RajTamil\default.py", line 173, in ?
VIDEOLINKS(url,name)
File "Q:\plugins\video\RajTamil\default.py", line 21, in VIDEOLINKS
playlistwebpage=myVideoPkg.DownloadURL('http://gdata.youtube.com/feeds/api/playlists/C7AF9EEECD9C876C?v=2&max-results=50&start-index=1')
File "Q:\plugins\video\RajTamil\VideoPkg.py", line 35, in DownloadURL
response = urllib2.urlopen(req)
File "Q:\system\python\python24.zlib\urllib2.py", line 130, in urlopen
File "Q:\system\python\python24.zlib\urllib2.py", line 358, in open
File "Q:\system\python\python24.zlib\urllib2.py", line 376, in _open
File "Q:\system\python\python24.zlib\urllib2.py", line 337, in _call_chain
File "Q:\system\python\python24.zlib\urllib2.py", line 1021, in http_open
File "Q:\system\python\python24.zlib\urllib2.py", line 996, in do_open
URLError: <urlopen error (10055, 'No buffer space available')>
23:37:45 M: 42180608 ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting plugin://video/RajTamil/?url=http%3A%2F ... %282010%29
23:37:45 M: 42180608 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/RajTamil/?url=http%3A%2F ... %282010%29) failed
Reply

Logout Mark Read Team Forum Stats Members Help
Error 10055, 'No buffer space available'0