FAQ  •  Register  •  Login

Marketplace bug

<<

VikentiyR

Newbie

Posts: 2

Joined: Fri Dec 02, 2011 9:41 pm

Post Fri Dec 09, 2011 2:21 am

Marketplace bug

I can not sell the resources.
I select resoure. Sets the quantity, price, click OK and nothing happens.
Mylisted is empty. No error or success messages. It's redirected to my resouces list (sell tab).
Persons have enough to sell.
Trying sell 100 times with difrent price and quantity.

With the sale of treasures all right.
Purchase of resources also works.

Phone Htc Mozart Windows Phone 7 Mango with the latest updates.
<<

support9

Elite

Posts: 1619

Joined: Wed Jul 21, 2010 2:58 am

Post Fri Dec 09, 2011 7:46 am

Re: Marketplace bug

VikentiyR wrote:I can not sell the resources.
I select resoure. Sets the quantity, price, click OK and nothing happens.
Mylisted is empty. No error or success messages. It's redirected to my resouces list (sell tab).
Persons have enough to sell.
Trying sell 100 times with difrent price and quantity.

With the sale of treasures all right.
Purchase of resources also works.

Phone Htc Mozart Windows Phone 7 Mango with the latest updates.


please tell me what language version you are using?
<<

VikentiyR

Newbie

Posts: 2

Joined: Fri Dec 02, 2011 9:41 pm

Post Fri Dec 09, 2011 12:15 pm

Re: Marketplace bug

I used Russian and English version (switched in settings).
Windows phone is Russian.
<<

labluegirl

Newbie

Posts: 2

Joined: Thu Jan 05, 2012 3:03 pm

Post Thu Jan 05, 2012 3:11 pm

Re: Marketplace bug

Hi, same problem with French(fr) version.
<<

fluegelix

Newbie

Posts: 1

Joined: Sat Jan 07, 2012 1:13 am

Post Sat Jan 07, 2012 1:17 am

Re: Marketplace bug

I can't sell resources too. I'm using HTC hd7. The bug started about half a year ago...
<<

wasgehtn

Newbie

Posts: 4

Joined: Tue Jan 10, 2012 8:07 pm

Post Tue Jan 10, 2012 8:14 pm

Re: Marketplace bug

with me the same. i use ger 3.05.i can't sell and i can't buy too.
would be nice if you guys can fix this...
<<

PsychoPif

Newbie

Posts: 1

Joined: Wed Jan 11, 2012 7:23 pm

Post Wed Jan 11, 2012 7:23 pm

Re: Marketplace bug

Me neither, Focus, Mango
<<

bm1500

Newbie

Posts: 1

Joined: Sun Jan 15, 2012 6:45 pm

Post Sun Jan 15, 2012 6:46 pm

Re: Marketplace bug

I also have this problem please fix this thx
<<

Digor

Newbie

Posts: 1

Joined: Fri Feb 03, 2012 8:16 pm

Post Fri Feb 03, 2012 8:18 pm

Re: Marketplace bug

Have the same bug! What's about fixing???
<<

wertzui01

Newbie

Posts: 5

Joined: Fri Dec 16, 2011 10:32 am

Post Sat Feb 04, 2012 1:59 pm

Re: Marketplace bug

@support:
In the class Market,
inside the method requestSellGoods
changing the line
unit_price
to
unit_price.ToString(CultureInfo.InvariantCulture)
should do the trick.

I think, the error occurs, because 0.01 is written as 0,01 in german.
So just using ToString() (Which is done implicit by string.Concat) is converting it to the string "0,01" which you are trying to parse on your server.
By telling it to use the invariant culture, it is parsed as "0.01" no matter which culture format is selected on the phone.
The other possibility would be that you change your parsing method on the server to look for "." and ",".

Hope this helps.
Next

Return to Windows Phone 7 Version

Who is online

Users browsing this forum: No registered users and 3 guests

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.