metaz icon indicating copy to clipboard operation
metaz copied to clipboard

MetaZ freezes when adding file

Open nuhusky41 opened this issue 11 years ago • 3 comments
trafficstars

After updating to OSX 10.9.4, MetaZ freezes when adding any files and you have to Force Quit to exit the program.

nuhusky41 avatar Jul 09 '14 20:07 nuhusky41

I'm having the same issue. As soon as I add a file, it does the lookup, then hangs.

Update: Unchecking the "Alert Window" plugin solves this issue.

macguyboston avatar Jul 14 '14 20:07 macguyboston

Happening the same here. Running 10.10, however. yesterday it was working fine (processed abut 200 files without an itch. today it hangs only on successful lookups. The Alert window plugin in is disabled

amosconi avatar Oct 25 '14 09:10 amosconi

I may have just submitted a pull request that solves this issue -- for me, I was getting the hanging issue after the lookup. After debugging in the code, the issue appears to be the code isn't overly forgiving when displaying the icon for the search provider type in the results list. In my case, it was trying to load the favicon for themoviedb, which was timing out. Unfortunately, the code would continually attempt to load it.

See https://github.com/griff/metaz/pull/142

dagronf avatar Jul 11 '15 10:07 dagronf