hlevic / procurement

Automatically exported from code.google.com/p/procurement
0 stars 0 forks source link

Error bumping shop thread, details logged to debufinfo.log #511

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
NB: First check the wiki and existing issues!

What version of Procurement are you using? On what operating system?

Procurement v1.8.2 on Windows 7 64-bit.

What steps will reproduce the problem?
1.Click Update Forum Thread
2.Click Bump Forum Thread
3.

What is the expected output? What do you see instead?

Expect to see success. Error pops up saying "Error updating shop, details 
logged to debuginfo.log" and "Error bumping shop thread, details logged to 
debuginfo.log"

Please provide any additional information below.

debuginfo.log contains:

Error updating shop thread: System.Net.WebException: The remote server returned 
an error: (417) Expectation Failed.
   at System.Net.HttpWebRequest.GetResponse()
   at POEApi.Transport.HttpTransport.UpdateThread(String threadID, String threadTitle, String threadText)

Error bumping shop thread: System.Net.WebException: The remote server returned 
an error: (417) Expectation Failed.
   at System.Net.HttpWebRequest.GetResponse()
   at POEApi.Transport.HttpTransport.BumpThread(String threadID)

Original issue reported on code.google.com by TheGamin...@hotmail.se on 21 May 2015 at 5:21