In my account, there's no list named 'design': 
http://twitter.com/shortyawards/design
results in a 404 page

When I try to create one with that name, I get numbers appended to it:

curl -u ......  -d"name=design" http://api.twitter.comtyawards/lists.xml
<?xml version="1.0" encoding="UTF-8"?>
<list>
  <id>5397152</id>
  <name>design</name>
  <full_name>@shortyawards/design-21</full_name>
  <slug>design-21</slug>
  <description></description>
  <subscriber_count>0</subscriber_count>

Each time we call the API, a new list with the same slug 'design-21'
is created.  This happens for four specific lists in our account, but
all the others are unaffected.

Any ideas how to solve this problem?

Lee

Reply via email to