[aur-dev] Using curl to upload to the AUR
I am not sure if this is related to the recent move to a new server but I am no longer able to use curl to upload to the AUR (via aurploader). I can't see anything different in the package submit form but attempting to upload a package now returns this page: <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>417 - Expectation Failed</title> </head> <body> <h1>417 - Expectation Failed</h1> </body> </html> As the aurploader code has not changed in months, this must be due either to a change in curl or in the AUR. I am still able to login using aurploader and retrieve the page with the submit form. Googling suggests that this is a lighttpd server error. I will keep trying to find a workaround for curl if this is the case, but could someone please check it it's possible to resolve this serverside? Thanks. Xyne
I will keep trying to find a workaround for curl if this is the case, but could someone please check it it's possible to resolve this serverside?
It seems adding '-H "Expect:"' solves the problem but I would describe this as a kludge.
On Sun 05 Jul 2009 19:30 +0200, Xyne wrote:
I will keep trying to find a workaround for curl if this is the case, but could someone please check it it's possible to resolve this serverside?
It seems adding '-H "Expect:"' solves the problem but I would describe this as a kludge.
Do you still require any action on the server side then?
On Sunday 05 July 2009 19:54:49 Loui Chang wrote:
On Sun 05 Jul 2009 19:30 +0200, Xyne wrote:
I will keep trying to find a workaround for curl if this is the case, but could someone please check it it's possible to resolve this serverside?
It seems adding '-H "Expect:"' solves the problem but I would describe this as a kludge.
Do you still require any action on the server side then?
This will be implemented with lighttpd-1.5. Till then fix mentioned above should work fine. -- Pierre Schmitz, http://users.archlinux.de/~pierre
participants (3)
-
Loui Chang
-
Pierre Schmitz
-
Xyne