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
Use python urllib instead of Qt network
Calibre 6 comes with Qt 6 and it is not fully supporting SSL when
using Qt network, so it requires using a different approach for
making API calls.