You are not logged in Log in Join
You are here: Home » Members » Folder for ats » COREBlog - Zope Weblog Product » Bug Tracker for COREBlog » Error for metablog.getCategories call » collector_issue_contents

Log in
Name

Password

 
 
Issue 81 of Bug Tracker for COREBlog [COREBlog Bugs]
Title: Error for metablog.getCategories call
Status: Pending Security related: No
Description: While testing the metablogger api using MarsEdit on MacOS X, I noticed that categories were not showing up as options. Reading through the xml-rpc lo...
From: Jason on: Oct 19, 04 19:17
Anonymous User Last update: May 5, 05 18:15
Topic/class: COREBlog/bug Importance: medium
Version info: 1.0
Issue 81 Transcript
2 entries
= Comment - Entry #2 by Anonymous User on May 5, 2005 6:15 pm

congrats mate! Fine job and fine site!

<p><a href="" title=""></a></p>
________________________________________
= Request - Entry #1 by Anonymous User on Oct 19, 2004 7:17 pm

While testing the metablogger api using MarsEdit on MacOS X, I noticed that categories were not showing up as options.

Reading through the xml-rpc log, I see that the blogging software is trying to make a xml-rpc call named metablog.getCategories. That call is resulting in a Zope resource not found error.

XML-RPC message sent: 2004-10-19 16:10:42 -0700
URL: http://beachhouse.userfirstweb.com/news/updates/
Method name: metaWeblog.getCategories
Request text:
<?xml version="1.0" encoding="utf-8"?>
<methodCall>
<methodName>metaWeblog.getCategories</methodName>
<params>
<param>
<value><string>ats</string></value>
</param>
<param>
<value><string>kadmin</string></value>
</param>
<param>
<value><string>[password]</string></value>
</param>
</params>
</methodCall>

XML-RPC reply received: 2004-10-19 16:10:42 -0700
URL: http://beachhouse.userfirstweb.com/news/updates/
Method name: metaWeblog.getCategories
Status code: 200
Succeeded: NO
--Fault Error--
Fault code: -2
Fault string: Unexpected Zope error value: NotFound -
  Publishing Error  
 

 
 

 
 
 

 
   Publishing Error 
   The application server has encountered an error while publishing 
    this resource.
   
    Resource not found  
  
  Sorry, the requested resource does not exist. Check the URL and try again.   Resource:  http://beachhouse.userfirstweb.com/news/updates/metaWeblog/getCategories 
  
   If the error persists please contact the site maintainer.
  Thank you for your patience.
   
  
 

 
   
Response text:
<?xml version='1.0'?>
<methodResponse>
<fault>
<value><struct>
<member>
<name>faultString</name>
<value><string>Unexpected Zope error value: NotFound -
  Publishing Error  
 

 
 

 
 
 

 
   Publishing Error 
   The application server has encountered an error while publishing 
    this resource.
   
    Resource not found  
  
  Sorry, the requested resource does not exist. Check the URL and try again.   Resource:  http://beachhouse.userfirstweb.com/news/updates/metaWeblog/getCategories 
  
   If the error persists please contact the site maintainer.
  Thank you for your patience.
   
  
 

 
   </string></value>
</member>
<member>
<name>args</name>
<value><array><data>
</data></array></value>
</member>
<member>
<name>faultCode</name>
<value><int>-2</int></value>
</member>
</struct></value>
</fault>
</methodResponse>