Yahoo Music Tagger [MM3] v1.0 2009-02-22

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Yahoo Music Tagger [MM3] v1.0 2009-02-22

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by steviegt » Sun Sep 18, 2011 6:55 pm

I know the posts here are kinda old but I'm getting long wait times which then goes to Not Responding. If I wait about 30 seconds it returns a result. Is anyone else still having this issue or does anyone know where the problem lies? If so, is anything being done about it?

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by nohitter151 » Tue May 31, 2011 2:12 pm

chuckmoore wrote:I installedYahooMusicTagger_101-1 to Media Monkey 3.2 and I get a "Product installation Error". I can't uninstall the script either.
http://www.mediamonkey.com/support/inde ... ticleid=59

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by Lowlander » Tue May 31, 2011 2:07 pm

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by chuckmoore » Tue May 31, 2011 1:30 pm

I installedYahooMusicTagger_101-1 to Media Monkey 3.2 and I get a "Product installation Error". I can't uninstall the script either.

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by onenonymous » Mon Sep 07, 2009 12:24 pm

Yeah - I get long waits also - not sure if it's a Yahoo change or what.

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by SDJeff » Mon Sep 07, 2009 12:07 pm

Bump -
Anyone else experiencing long wait times with yahoo?

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by SDJeff » Mon Aug 24, 2009 9:35 am

It's most likely Yahoo, has anyone else been getting long wait times from Yahoo when Auto-Tagging?

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by sponji » Fri Mar 06, 2009 1:49 pm

Nice script, thanks a lot.

Can you add hotkey for this script, or icon on panel, or direct access on right click ?

Re: Yahoo Music Tagger [MM3] v1.01 2009-02-22

by onenonymous » Sun Feb 22, 2009 9:59 pm

Script is updated

Version 1.01 February 22, 2009 Installer for v 1.01
- Fixed bug that caused errors occasionally

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by onenonymous » Sun Feb 22, 2009 5:20 pm

:D Thanks for your detective work. I'll get a fixed version re-uploaded shortly. :oops:

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by Bex » Sun Feb 22, 2009 5:18 pm

That was it! Works perfectly now, thanks! :)

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by onenonymous » Sun Feb 22, 2009 5:12 pm

hmmm - I think that's leftover code that doesn't need to be in there anymore :oops:

try commenting out that one line and see if it works ok. Thanks!

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by Bex » Sun Feb 22, 2009 5:05 pm

I had to reactivate a few On Error Resume Next and add On Error GoTo 0 after the offending lines since I couldn't run the script at all initially.

The "List index out of bounds (0)"-error happens on line 469:

Code: Select all

sFoundTitle = arrTitleList.item(ResultID)

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by Bex » Sun Feb 22, 2009 4:52 pm

I tried it now on MM 3.0 and I get the same error...
if you're feeling adventurous - you could comment out the "On Error Resume Next" lines I put into each procedure to see where the error occurs?
Sure!

Re: Yahoo Music Tagger [MM3] v1.0 2009-02-22

by onenonymous » Sun Feb 22, 2009 4:49 pm

if you're feeling adventurous - you could comment out the "On Error Resume Next" lines I put into each procedure to see where the error occurs?

Top