Open Cfomodz opened 9 months ago
Just add this to string_to_sign in generate_headers() - str(furl(string_to_sign).add(params)).replace("%27", "'").replace("%28", "(").replace("%29", ")"). As I understand it, the characters ' () should not be replaced in the signature line.
Testing tens of thousands of items and this is the only error among them (as far as history is concerned)
PS The skin DB takes around 1 min per 1k offers you pull from Dmarket, so don't be surprised when the DB takes an hour to create the base the first time if you don't minimize the config params to optimize for testing (a span of a few cents usually does fine).