griff / metaz

Two letters better than MetaX
https://metaz.maven-group.org/
MIT License
411 stars 56 forks source link

MetaZ freezes when adding file #115

Open nuhusky41 opened 10 years ago

nuhusky41 commented 10 years ago

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

macguyboston commented 9 years ago

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.

amosconi commented 9 years ago

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

dagronf commented 9 years ago

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