After update to 2.6.8 Addon sync no longer works

Support and feedback for UniUploader
UniUploader requires microsoft .net runtimes!

After update to 2.6.8 Addon sync no longer works

Postby Drakhe » Tue Sep 23, 2008 4:26 pm

Ever since upgrade to 2.6.8 I can no longer sync my addons. The server returns a "method not allowed" error (see detailed log below). I tried using a standard IE6 user-agent string, same error. I tried netherpanel, works fine, so does 2.6.7 (had a saved version). Even though netherpanel works fine I still hope for a solution to UU as I don't realy like the way netherpanel splits a package up. (just to clarify: netherpanel tries to sync based on the addons installed, but I use packages to group addons, for instance titan and atlas. I create a zip for the entire atlas/titan collection I need to use and upload that instead of the separate addons (e.g. atlas.zip containing atlas+atlasquest+atlasloot instead of having three zips with the separate components)

Code: Select all
[2008/09/23 09:57:46] Now updating:  [ 1 / 1 ]  Ackis Recipe List
[2008/09/23 09:57:46] = = = = = = = = = = = = = = = = = =
[2008/09/23 09:57:46]
[2008/09/23 09:57:46]
[2008/09/23 09:57:46] RetrData: url: http://www.drakhe.be/uniadmin/interface.php
[2008/09/23 09:57:46] RetrData: param1: OPERATION
[2008/09/23 09:57:46] RetrData: val1: (hidden)
[2008/09/23 09:57:46] RetrData: param2: ADDON
[2008/09/23 09:57:46] RetrData: val2: (hidden)
[2008/09/23 09:57:46] RetrData: Timeout: -1
[2008/09/23 09:57:46] RetrData: ------------------------------------------------------------------------
[2008/09/23 09:57:46] URL: http://www.drakhe.be/uniadmin/interface.php
[2008/09/23 09:57:46] Encode Type: MULTI_FORM_DATA
[2008/09/23 09:57:46] Request Method: POST
[2008/09/23 09:57:46] Request Sent.  ( 464 Bytes )
[2008/09/23 09:57:46] Response Received.  ( -1 Bytes )
[2008/09/23 09:57:46] http://www.drakhe.be/uniadmin/addon_zips/AckisRecipeList.zip
[2008/09/23 09:57:46] RetrData: ------------------------------------------------------------------------
[2008/09/23 09:57:46] File Name: AckisRecipeList.zip
[2008/09/23 09:57:46] zipFileLocalLocation: C:\Documents and Settings\Administrator\My Documents\###TEMP\UniUploader\AckisRecipeList.zip
[2008/09/23 09:57:46] Downloading: http://www.drakhe.be/uniadmin/addon_zips/AckisRecipeList.zip
[2008/09/23 09:57:46] URL: http://www.drakhe.be/uniadmin/addon_zips/AckisRecipeList.zip
[2008/09/23 09:57:46] Encode Type: MULTI_FORM_DATA
[2008/09/23 09:57:46] Request Method: POST
[2008/09/23 09:57:46] Request Sent.  ( 263 Bytes )
[2008/09/23 09:57:46] The remote server returned an error: (405) Method Not Allowed.
[2008/09/23 09:57:46] Unzipping
[2008/09/23 09:57:46] UpdateAddons: Could not find file 'C:\Documents and Settings\Administrator\My Documents\###TEMP\UniUploader\AckisRecipeList.zip'.
[2008/09/23 09:57:46] 1 Addon Updated.
[2008/09/23 09:57:46]  Addons Updated.
User avatar
Drakhe
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Tue Aug 15, 2006 12:44 am
Location: Belgium

After update to 2.6.8 Addon sync no longer works

Postby MattM » Sat Sep 27, 2008 4:40 am

I think it is a security feature installed in your web server.

(405) Method Not Allowed.


I could add an option in UU to GET the addon URL instead of POST it, that should fix it.

The HTTP class is new so some hangups like this are not surprising to me.
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

Re: After update to 2.6.8 Addon sync no longer works

Postby Drakhe » Sat Sep 27, 2008 5:44 am

MattM wrote:I think it is a security feature installed in your web server.

(405) Method Not Allowed.


I could add an option in UU to GET the addon URL instead of POST it, that should fix it.

The HTTP class is new so some hangups like this are not surprising to me.


Figured as much.. Your sugested option wold be much appreciated... :-)

Thanx for the reply and all the hard work :cheers:
User avatar
Drakhe
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Tue Aug 15, 2006 12:44 am
Location: Belgium

Re: After update to 2.6.8 Addon sync no longer works

Postby tuigii » Sun Sep 28, 2008 7:07 am

MattM wrote:I think it is a security feature installed in your web server.

(405) Method Not Allowed.

I saw this also, my main root .htaccess file was to strict (I filter a lot in this bugger) - so I removed the offending modrewrite rule (don't rember what it was) and the 405 was gone - downloading worked again.
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Re: After update to 2.6.8 Addon sync no longer works

Postby Drakhe » Sun Sep 28, 2008 7:28 am

tuigii wrote:
MattM wrote:I think it is a security feature installed in your web server.

(405) Method Not Allowed.

I saw this also, my main root .htaccess file was to strict (I filter a lot in this bugger) - so I removed the offending modrewrite rule (don't rember what it was) and the 405 was gone - downloading worked again.


Hmm ok, I'll be checking out the htaccess files then :thumleft:
Let you know if this helped in my case.. (I'm sure I haven't touched those but you never know)

[update] Checked the htaccess, couldn't find anything offensive in the main file and there's nothing in the uniadmin folders...
Last edited by Drakhe on Sun Sep 28, 2008 7:46 am, edited 1 time in total.
User avatar
Drakhe
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Tue Aug 15, 2006 12:44 am
Location: Belgium

After update to 2.6.8 Addon sync no longer works

Postby Samadhi » Wed Oct 15, 2008 8:05 pm

I just noticed I'm having the same problem with 405 errors. Has this been resolved?
Image
User avatar
Samadhi
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Mon Jul 17, 2006 10:38 pm
Location: NJ, USA

After update to 2.6.8 Addon sync no longer works

Postby Samadhi » Tue Oct 21, 2008 8:22 am

I've scoured my htaccess and can't see anything that might be causing this. Is the tweak to UU still a viable option? I'd like to get my guildies back on track. :)
Image
User avatar
Samadhi
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Mon Jul 17, 2006 10:38 pm
Location: NJ, USA

After update to 2.6.8 Addon sync no longer works

Postby camealion » Tue Oct 21, 2008 11:06 pm

I had the same problem. I just reverted back to 2.6.7 and it works again.
camealion
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Jul 09, 2008 2:40 am

After update to 2.6.8 Addon sync no longer works

Postby AnthonyB » Sun Oct 26, 2008 6:36 pm

Yep same problem with "The remote server returned an error: (405) Method Not Allowed." error here

Code: Select all
[2008/10/26 23:29:02] RetrData: url: http://anthonyb.dyndns.org/UniAdmin/interface.php
[2008/10/26 23:29:02] RetrData: param1: OPERATION
[2008/10/26 23:29:02] RetrData: val1: (hidden)
[2008/10/26 23:29:02] RetrData: param2: ADDON
[2008/10/26 23:29:02] RetrData: val2: (hidden)
[2008/10/26 23:29:02] RetrData: Timeout: -1
[2008/10/26 23:29:02] RetrData: ------------------------------------------------------------------------
[2008/10/26 23:29:02] URL: http://anthonyb.dyndns.org/UniAdmin/interface.php
[2008/10/26 23:29:02] Encode Type: MULTI_FORM_DATA
[2008/10/26 23:29:02] Request Method: POST
[2008/10/26 23:29:02] Request Sent.  ( 452 Bytes )
[2008/10/26 23:29:02] Response Received.  ( 59 Bytes )
[2008/10/26 23:29:02] http://anthonyb.dyndns.org/UniAdmin/addon_zips/Omen-RC3.zip
[2008/10/26 23:29:02] RetrData: ------------------------------------------------------------------------
[2008/10/26 23:29:02] File Name: Omen-RC3.zip
[2008/10/26 23:29:02] zipFileLocalLocation: C:\World of Warcraft\Omen-RC3.zip
[2008/10/26 23:29:02] Downloading: http://anthonyb.dyndns.org/UniAdmin/addon_zips/Omen-RC3.zip
[2008/10/26 23:29:02] URL: http://anthonyb.dyndns.org/UniAdmin/addon_zips/Omen-RC3.zip
[2008/10/26 23:29:02] Encode Type: MULTI_FORM_DATA
[2008/10/26 23:29:02] Request Method: POST
[2008/10/26 23:29:02] Request Sent.  ( 263 Bytes )
[2008/10/26 23:29:02] The remote server returned an error: (405) Method Not Allowed.
[2008/10/26 23:29:02] Unzipping
[2008/10/26 23:29:02] UpdateAddons: Could not find file 'C:\World of Warcraft\Omen-RC3.zip'.


However I'm running IIS7 so no htaccess files to contend with.
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia

After update to 2.6.8 Addon sync no longer works

Postby Samadhi » Thu Nov 20, 2008 11:58 pm

Does anyone have a link for 2.6.7 so I can revert?
Image
User avatar
Samadhi
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Mon Jul 17, 2006 10:38 pm
Location: NJ, USA

After update to 2.6.8 Addon sync no longer works

Postby zanix » Fri Nov 21, 2008 10:23 am

The svn has a tag of 2.6.7
http://www.wowroster.net/websvn/listing ... der_2.6.7_
But you would have to compile it
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

After update to 2.6.8 Addon sync no longer works

Postby AnthonyB » Sat Nov 22, 2008 10:45 am

You can grab 2.6.7 from the UU download link on my Roster. I had to revert to UU 2.6.7 for my guild. Just make sure you only grab the Uniuploader.exe from the package you download as the .ini is customised for my guild :)
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia


Return to UniUploader

Who is online

Users browsing this forum: No registered users and 0 guests