ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > PublicDomainVic

[DEV] IMDBfetch - Alphas, Testing & Reports

(1/3) > >>

publicdomain:
Latest IMDBfetch ALPHA has: search, sorting, info and image downloading.

Get API key @ https://imdb-api.com/Identity/Account/Register

Download: IMDBfetch_v0-1-Alpha202203162-0.zip

Image:

publicdomain:
New version!

Download: IMDBfetch_v0-1-Alpha202203162-0.zip

GitHub tag: https://github.com/publicdomain/imdbfetch/releases/tag/v0.1-ALPHA20220316.0



Improvements:

File/New
Tools/Get API calls
About/Get API Key
More status bar messages.

mouser:
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.

publicdomain:
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 (March 16, 2022, 10:57 AM)
--- End quote ---

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 :Thmbsup:

publicdomain:
New version!

Download: IMDBfetch_v0.1-ALPHA-202203163.zip

GitHub tag: https://github.com/publicdomain/imdbfetch/releases/tag/v0.1-ALPHA202203163

Does "hybrid" fetching. Searches, gets info and image async. Displays raw JSON data on tabs. Only more code for error/exception logging needed.

Getting API usage on start is enabled as well as triggering it via Tools/Get API calls.

Image:


Navigation

[0] Message Index

[#] Next page

Go to full version