Old content is still cached and can't be removed

Hi,

 

I am currently working on a new channel and took another one as a foundation/template.

Of course I changed all the unique names like the handler url and so on.

 

My whole main function looks like this:
 

@handler('/music/gameonepodcasts', 'Game One - Podcasts', thumb=ICON, art=ART)
def MainMenu():
oc = ObjectContainer()

#content = XML.ElementFromURL('http://gameone.de/feed/podcast.xml', cacheTime=CACHE_1HOUR)
# oc.add(DirectoryObject('.', name="Sendung Verpasst"), title="Sendung Verpasst"))
#oc.add(PartObject(key = WebVideoURL('http://www.bla.de')))
# items = content.xpath('//channel/item')
# for item in items:
	# title = item.xpath('./title')[0].text
	# link = item.xpath('./link')[0].text
	# author = item.xpath('./author')[0].text
	# description = item.xpath('./description')[0].text
	# #oc.add(DirectoryObject(key=Callback(SendungVerpasst, name="Sendung Verpasst"), title="Sendung Verpasst"))
	# oc.add(CreateTrackObject(url=link, title=title, fmt='mp3', thumb=R(ICON)))

return oc

so normally I should get an empty site.

When I started scripting, I still had the old entries in my container. But now, after completely deleting and commenting the source, they should dispapear, but no, nothing works :(

I removed the plugin from the plugin-folder and re-inserted it, but no chance. I also reloaded everything without caching.

 

Can anybody help?

I am using Plex Server on Win7

You are most likely using Plex/Web (Media Manager) to test your channel. If you do not delete the cache on your web browser, Plex/Web will not update certian changes you make to channels for up to 24 hrs.

You should use another Plex client for testing and devleoping channels. I use my Roku, mainly because it does not have any limitations with the Plex plugins. And then I test it with PHT and Plex/Web after I have finished writing the channel. If you do not have another client, I would suggest installing PHT on your PMS machine for testing.

You are most likely using Plex/Web (Media Manager) to test your channel. If you do not delete the cache on your web browser, Plex/Web will not update certian changes you make to channels for up to 24 hrs.

You should use another Plex client for testing and devleoping channels. I use my Roku, mainly because it does not have any limitations with the Plex plugins. And then I test it with PHT and Plex/Web after I have finished writing the channel. If you do not have another client, I would suggest installing PHT on your PMS machine for testing.

Hi, 

thank you for your feedback :)

I am using plex web, correct. 

I just used my plex app on WP8 and it works well... thank you :D

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.