Posted: Fri Nov 19, 2010 5:37 pm Post subject: Maximum file name lenght ?
I had some video podcasts downloaded by galleon that were renamed to the show title and were over 130 chars in size.
until I reduced the size to 130 pytivo thru up a error message.
'NoneType' object has no attribute 'replace'
Traceback (most recent call last):
File "C:\Program Files\pyTivo\plugins\video\video.py", line 458, in Push
tvrating = file_info['tvRating'])
File "C:\Program Files\pyTivo\mind.py", line 77, in pushVideo
offer_id, content_id = self.__bodyOfferModify(data)
File "C:\Program Files\pyTivo\mind.py", line 189, in __bodyOfferModify
content_id = offer_id.replace('of','ct')
AttributeError: 'NoneType' object has no attribute 'replace'
What can I change to avoid this in the future? (other than renaming the file.)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum