Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

视图中按ctrl拖拽建立链接时报错 #6

Open
sevvvvv opened this issue Sep 24, 2023 · 0 comments
Open

视图中按ctrl拖拽建立链接时报错 #6

sevvvvv opened this issue Sep 24, 2023 · 0 comments

Comments

@sevvvvv
Copy link

sevvvvv commented Sep 24, 2023

错误代码如下,请问大大可能是什么原因呢
错误
运行出错。请在启动Anki时按住「Shift」键以临时禁用插件加载。 如仅在插件启用时出错,请使用「工具」>「插件」功能禁用部分插件后重启Anki,请重复上述步骤找出引起错误的插件并反馈给插件作者。 调试信息:
Anki 2.1.64 (581f82c5) Python 3.9.15 Qt 6.4.3 PyQt 6.4.0
Platform: Windows-10-10.0.22000
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2023-09-23 19:28:06

Caught exception:
Traceback (most recent call last):
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\wzr44\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Caught exception:
Traceback (most recent call last):
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\bilink\dialogs\linkdata_grapher.py", line 546, in mouseMoveEvent
p1_1=common_tools.funcs.Geometry.IntersectPointByLineAndRect(QLineF(p1,p2),rect)
File "C:\Users\x\AppData\Roaming\Anki2\addons21\hjp_bilink2\lib\common_tools\funcs.py", line 2628, in IntersectPointByLineAndRect
if line.intersect(edge, intersectPoint) == QLineF.BoundedIntersection:
AttributeError: 'QLineF' object has no attribute 'intersect'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant