View Single Post
Old 01-01-2022, 07:34 AM   #15
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,220
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
I can drag-and-drop books to the main list, but it still fails if I drag-and-drop one book on another:

Code:
calibre, version 5.99.0
ERRO: Exceção sem tratamento: <b>AttributeError</b>:'QDropEvent' object has no attribute 'pos'

calibre 5.99 Portable embedded-python: True
Windows-10-10.0.19041 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19041')
Python 3.10.1
Windows: ('10', '10.0.19041', '', 'Multiprocessor Free')
Interface language: pt_BR
Successfully initialized third party plugins: ACE (1, 1, 4) && EpubCheck (0, 2, 3) && Skoob Books (1, 5, 3) && Skoob Sync (0, 4, 1)
Traceback (most recent call last):
  File "calibre\gui2\library\alternate_views.py", line 236, in dropEvent
AttributeError: 'QDropEvent' object has no attribute 'pos'
Also, when I changed my calibre interface style to System Default (which turns it to Light Theme), I got this new error when hovering some parts of the interface, like the column headers:

Code:
calibre, version 5.99.0
ERRO: Exceção sem tratamento: <b>AttributeError</b>:'QHoverEvent' object has no attribute 'pos'

calibre 5.99 Portable embedded-python: True
Windows-10-10.0.19041 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19041')
Python 3.10.1
Windows: ('10', '10.0.19041', '', 'Multiprocessor Free')
Interface language: pt_BR
Successfully initialized third party plugins: ACE (1, 1, 4) && EpubCheck (0, 2, 3) && Skoob Books (1, 5, 4) && Skoob Sync (0, 4, 1)
Traceback (most recent call last):
  File "calibre\gui2\library\views.py", line 64, in event
AttributeError: 'QHoverEvent' object has no attribute 'pos'

Last edited by thiago.eec; 01-01-2022 at 08:39 AM. Reason: Add another error
thiago.eec is offline   Reply With Quote