Tangler Discussion Forums

Discuss

Topics

Click a Topicto start discussing

    I am producing some RSS feeds and in the Event History, there is frequently a message,
    Dropping Item, <item name here>, - Unknown GuID

    I specify a guid with isPermaLink="false"  for each of my items. In the RSS specification, the guid is just a string. 
    An example from my feed is <guid isPermaLink="false">ScanEagle.SPOI.13.snap-1182191882720</guid>

    I tried turning this into a bogus url, but I get the same error:
    <guid isPermaLink="false">http://nohost#ScanEagle.SPOI.13.snap-1182191882720</guid>

    Thanks for your help.
    Mike

    2007-06-18 12:14:01.0

    Hi Mike - I will get the dev team to check this out for you - stay tuned

    2007-06-18 18:49:49.0

    This issue actually arises due to the duplicate checking code. The "Unknown GuID" message arises when identical content is found, but it has a different guid. The item is therefore assumed a dupe, and is dropped.

    2007-06-18 19:01:59.0

    A good way to fix the problem, if the items really do contain unique content is to add some kind of differentiating text in the item 

    2007-06-18 19:02:40.0

    Or if it is the same content representing the same thing, then use the same GUID - then Particls will recognize it as an update to the previous item

    2007-06-18 19:12:15.0

    Hmm.  While it suggests my code is not doing what it's supposed to be doing (and what I thought it was doing), this is good news because it should be straightforward to track down. 

    Thanks for checking your code to answer my question.
    Mike

    2007-06-20 10:32:16.0

    No problems Mike - anytime

    2007-06-20 18:37:53.0

    I was troubleshooting my code and was convinced that the content really is different for each guid.  Also, I get this error even when the guid is seen for the first time and is absolutely unique (I used the system time in the guid).  Here's an example of my guid tag.

    <guid isPermaLink="false">1182638404216ScanEagle.SPOI.13.snap/1182638227100</guid>

    Is there any other possible reason this error could be occurring?

    2007-06-23 15:43:21.0

    I tried not writing item/guid to the rss file and the Unknown GUID message is still reported in the log.

    Mike

    2007-06-23 16:15:03.0

    Mike, the problem is actually in the remaining content of the post not being different. That message is acknowledging that the GuID is different, but the Title/Description pair is not.

    2007-06-23 22:38:18.0
To send a message, Join Now (it's quick and free) or Sign In
Edit Topic
Delete Topic
Are you sure you want to delete the topic