Repro: Open http://data.stackexchange.com/stackoverflow/atom/Posts

Observe:

The 'PostTypeId' property on 'Post' could not be set to a 'Byte' value. You must set this property to a non-null value of type 'Int32'.

share|improve this question
man this odata stuff is a nightmare to debug ... I spent two hours the other day just finding out a semicolumn was missing somewhere – Sam Saffron Dec 16 '10 at 23:41
@waffles Do you want a hand? – Pavel Chuchuva Dec 17 '10 at 0:27
1  
@waffles This is what happens when you write useful things; that's why I make sure all my apps suck – Michael Mrozek Dec 17 '10 at 0:49
1  
@Pavel It's open source: code.google.com/p/stack-exchange-data-explorer – Michael Mrozek Dec 17 '10 at 0:49
@Pavel, sure ... any help would be handy :) – Sam Saffron Dec 17 '10 at 0:53
@waffles Please check my patch – Pavel Chuchuva Dec 17 '10 at 6:26

1 Answer

up vote 3 down vote accepted

Ok, this patch should fix it.

share|improve this answer
I pulled the change ... but somehow broke my build ... will deploy this first thing next week – Sam Saffron Dec 17 '10 at 6:33
thanks heaps btw – Sam Saffron Dec 17 '10 at 6:34

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged