CreateOrUpdateProduct request receive "414 Request-URI Too Large" error
Closed this issue · 7 comments
JoeyFrancisTribbiani commented
CreateOrUpdateProduct request receive "414 Request-URI Too Large" error
JoeyFrancisTribbiani commented
can't upload picture...
diPhantxm commented
Hi!
Thank your for your issue. I'll check and respond
JoeyFrancisTribbiani commented
If this line is commented out, this error will not be reported.
client.go - line 69:
httpReq.URL.RawQuery = rawQuery
JoeyFrancisTribbiani commented
RawQuery too large maybe ...
diPhantxm commented
If this line is commented out, this error will not be reported. client.go - line 69: httpReq.URL.RawQuery = rawQuery
Seems like default value feature was implemented incorrectly. It adds default values into query parameters instead of replacing values in body of the request
I temporarily removed this feature until I fix it. You can go get
last commit from this repo to escape this error
JoeyFrancisTribbiani commented
OK,非常感谢!
获取Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Kirill ***@***.***>
Sent: Monday, January 29, 2024 11:51:14 PM
To: diPhantxm/ozon-api-client ***@***.***>
Cc: elder frog ***@***.***>; Author ***@***.***>
Subject: Re: [diPhantxm/ozon-api-client] CreateOrUpdateProduct request receive "414 Request-URI Too Large" error (Issue #63)
If this line is commented out, this error will not be reported. client.go - line 69: httpReq.URL.RawQuery = rawQuery
Seems like default value feature was implemented incorrectly. It adds default values into query parameters instead of replacing values in body of the request
I temporarily removed this feature until I fix it. You can go get last commit from this repo to escape this error
―
Reply to this email directly, view it on GitHub<#63 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGM46IFCGAECKNE5IAO2V33YQ7APFAVCNFSM6AAAAABCPS3C5WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJUHE4DIMJZGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
diPhantxm commented
I reimplemented this feature. Seems working. If you meet another bug, please feel free to reopen this issue