Page 9 of 15

Re: MediaMonkey

Posted: Tue Dec 29, 2009 8:22 pm
by jitterjames
thank you very much. I will let you know how it works.

J

Re: MediaMonkey

Posted: Tue Dec 29, 2009 8:59 pm
by jitterjames
that seems to have made it worse. now after closing mediamonkey and trying to start/connect I get an error.

Code: Select all

  
    MediaMonkey: Start/Connect MediaMonkey
         Error in Action: "MediaMonkey: Start/Connect MediaMonkey"
         Traceback (most recent call last) (1194):
           File "C:\Program Files\EventGhost\eg\Classes\ActionBase.py", line 168, in CallWrapper
           File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 981, in __call__
           File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 928, in GetValue
           File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 897, in checkWorkerThread
         AttributeError: 'MediaMonkeyWorkerThread' object has no attribute 'MM'

Re: MediaMonkey

Posted: Wed Dec 30, 2009 7:39 am
by Pako
Yes, I get this message too. Try version 0.2.10.
The problem is that the original bug, I can not reproduce.
Pako

Re: MediaMonkey

Posted: Wed Dec 30, 2009 3:01 pm
by jitterjames
That seems to be better. I will keep testing it.

thank you.

Re: MediaMonkey

Posted: Tue Feb 02, 2010 4:10 pm
by horstkervin
Are there any news about solving the problem with the MediaMonkey plugin on Win7 x64?

Re: MediaMonkey

Posted: Tue Feb 02, 2010 4:26 pm
by jitterjames
what problem?

Re: MediaMonkey

Posted: Tue Feb 02, 2010 4:42 pm
by jitterjames
just to be sure, try this version:

I gave up on win7 a while ago because I was having too many problems with it. I'm back with vista 32 bit and everything is great.

Re: MediaMonkey

Posted: Tue Feb 02, 2010 7:33 pm
by Pako
@horstkervin:

I would also like to know what the problem.

Pako

Re: MediaMonkey

Posted: Wed Feb 03, 2010 12:39 pm
by horstkervin
I'running Eventghost 0.3.7.r.1387 on a Windows 7 Professional x64 system. I tried it also with older Eventghost versions. Before I tried another version, I completly uninstalled eventghost and did a fresh installation
This is my problem:


If I execute the item "MediaMonkey: Start/Connect MediaMonkey" from the Plugin, this is shown in the log:
MediaMonkey: Start/Connect MediaMonkey
Error in Action: "MediaMonkey: Start/Connect MediaMonkey"
Traceback (most recent call last) (1387):
Exception in thread MediaMonkeyWorkerThread:
File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionBase.py", line 168, in CallWrapper
Traceback (most recent call last):
File "C:\Program Files (x86)\EventGhost\plugins\MediaMonkey\__init__.py", line 971, in __call__
File "threading.pyc", line 525, in __bootstrap_inner
File "C:\Program Files (x86)\EventGhost\plugins\MediaMonkey\__init__.py", line 918, in GetValue
File "C:\Program Files (x86)\EventGhost\plugins\MediaMonkey\__init__.py", line 892, in checkWorkerThread
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 147, in Start
File "threading.pyc", line 477, in run
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 72, in __call__
File "C:\Program Files (x86)\EventGhost\plugins\MediaMonkey\__init__.py", line 199, in Setup
File "win32com\client\__init__.pyc", line 95, in Dispatch
File "win32com\client\dynamic.pyc", line 104, in _GetGoodDispatchAndUserName
File "win32com\client\dynamic.pyc", line 84, in _GetGoodDispatch
com_error: (-2147221005, 'Ung\xfcltige Klassenzeichenfolge', None, None)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 183, in __MainLoop
File "C:\Program Files (x86)\EventGhost\plugins\MediaMonkey\__init__.py", line 207, in Finish
AttributeError: MM
It doesn't matter, if MediaMonkey is allready running, or not. Both cases have the same error.
If I execute this action a second time, the log only shows
MediaMonkey: Start/Connect MediaMonkey
and Eventghost hangs up. The arrow in the tray stays yellow, like it is during executing commands. I still can enter the menu bar, but if I try to execute other items, Eventghost doen't respond on it. Because I'm also not able to exit Eventhgost I have to kill it via the Task-Manager.



All other commands from other plugins I'm using work perfectly, like the ones for XBMC, IrfanView, or DVBViewer.

Re: MediaMonkey

Posted: Wed Feb 03, 2010 12:47 pm
by jitterjames
Pako: is the latest version of the plugin included in EG 0.3.7.r.1387 ?

Re: MediaMonkey

Posted: Wed Feb 03, 2010 1:28 pm
by Pako
jitterjames wrote:Pako: is the latest version of the plugin included in EG 0.3.7.r.1387 ?
No, unfortunately not. If you look here, easy to find,
that the latest version of the plugin MM has SVN number 1388.

@horstkervin-
It looks like a problem with the installation / registration of COM objects in Windows.
I'm on the forum MM found these instructions:
1. Uninstall MM.
2. Install MM by right clicking the installer and choosing "Run As Administrator".
3. Run MediaMonkey once. You may have to run it once and then run it once as Administrator. Then close MediaMonkey. This is a strange but important step to install the MM com object.

And I moreover suggest you delete the contents of the directory gen_py, which is located in EGs application data folder. Should be located in something like: C:\Documents and Settings\[USERNAME]\Application Data\EventGhost\gen_py.

Pako

Re: MediaMonkey

Posted: Wed Feb 03, 2010 1:45 pm
by jitterjames
that sounds like good advice Pako. Is there a way to "sticky" your last post so that others can find it easily?

Perhaps it should be added to the intro text for the plugin.

Re: MediaMonkey

Posted: Wed Feb 03, 2010 7:23 pm
by horstkervin
Thanks Pako! I followed your instructions and now everything is working.

Re: MediaMonkey

Posted: Sat Feb 06, 2010 5:13 pm
by horstkervin
Now, one problem figured out. After starting and closning Mediamonkey once by your plugin, I got a problem when trying to start the next times:
MediaMonkey starts in the background and a new small window from MediaMonkey pops up, also in the background:
Confirm

There are background pocesses running. Terminate them?

[Yes] [No]
If i press no, evrything works fine. If I press yes, MediaMonkey closes immediatly. But I have to press the no button by myself, I can't handle it with find/activate window and emulating Keystrokes.

Re: MediaMonkey

Posted: Sat Feb 06, 2010 5:45 pm
by Pako
I try, but I can not reproduce your problem.
What is your version of MM and what your operating system?

Pako