A bug when running the plugin on Windows cause the plugin to fail. Basically the urlopen(..) failed (strangly..).
By replacing the string with a pre-constructed Request object we fixed the issue.
A bug when running the plugin on Windows cause the plugin to fail. Basically the urlopen(..) failed (strangly..).
By replacing the string with a pre-constructed Request object we fixed the issue.