Some debugging tips for a total noob?
Hi guys-I'm a very new plex user, but i'm really digging the development community involved in it, so I thought I'd exercise my meager python and xpath skills and try to develop a metadata agent.
I have the basic framework down, but I am having trouble debugging the functionality. Are there any beginner tips for developing and debugging a basic metadata agent shredding data from a webpage?
Right now I have cloned another plugin and tried to replicate its functionality in a search and update method, but in the logs I have
Jun 17, 2011 16:22:14 [0xb0773000] DEBUG - [com.plexapp.system] Completed command GET http://... in 0.004150 seconds.<br />
Jun 17, 2011 16:22:14 [0xa058f540] ERROR - Error issuing curl_easy_perform(handle): 22<br />
Jun 17, 2011 16:22:14 [0xa058f540] WARN - Error issuing request to: http:/...<br />
Jun 17, 2011 16:22:14 [0xa058f540] ERROR - Error parsing content.<br />
Jun 17, 2011 16:22:14 [0xa058f540] ERROR - Exception caught while attempting to match metadata on item 989: Error parsing file<br />
Jun 17, 2011 16:22:14 [0xa058f540] ERROR - XML was (0 bytes):
Is there something specific I need to be doing to get further debugging info?
Thanks!