I'm not getting any results when i search, even after putting in my api key. Not sure why. Says "Exception while searching" after some time, but no info is in the Exception/Error box.
-mouser
Thanks for reporting. It seems like a socket timeout (likely SSL-related; exception message should be in the "IMDBfetch-log.txt" file).
The official imdb-api library doesn't expose its sockets, but the exposed classes work for deserialization via JSON.net, so I'm currently doing a hybrid where we have control over the Web/HTTP clients for fetching while using the official classes for program logic
I'm home & devoting to it