You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current bundled version of gl3w fails to download headers from Kronos website, it ends with 403 error.
Actual version of gl3w has a fix for that (added headers={'User-Agent': 'Mozilla/5.0'} for the urllib2.Request instead of plain string url)
Thanks
The text was updated successfully, but these errors were encountered:
Hello
Current bundled version of gl3w fails to download headers from Kronos website, it ends with 403 error.
Actual version of gl3w has a fix for that (added headers={'User-Agent': 'Mozilla/5.0'} for the urllib2.Request instead of plain string url)
Thanks
The text was updated successfully, but these errors were encountered: