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

error with using firefox. #4544

Closed
nvaccessAuto opened this issue Oct 12, 2014 · 3 comments
Closed

error with using firefox. #4544

nvaccessAuto opened this issue Oct 12, 2014 · 3 comments

Comments

@nvaccessAuto
Copy link

Reported by vgjh2005 on 2014-10-12 09:17
Hi:
FireFox version:32.0.3
Follow is the error log:
ERROR - virtualBuffers.Gecko_ia2.loadBuffer (11:16:57):
Traceback (most recent call last):
File "virtualBuffers__init
_.pyc", line 692, in loadBuffer
WindowsError: 1702
ERROR - scriptHandler.executeScript (11:19:42):
error executing script: <bound method Gecko_ia2.script_moveByLine_back of <virtualBuffers.gecko_ia2.Gecko_ia2 object at 0x05E75530>> with gesture u'\u4e0a\u5149\u6807'
Traceback (most recent call last):
File "scriptHandler.pyc", line 174, in executeScript
File "cursorManager.pyc", line 156, in script_moveByLine_back
File "cursorManager.pyc", line 67, in caretMovementScriptHelper
File "virtualBuffers__init
.pyc", line 728, in makeTextInfo
File "virtualBuffers__init__.pyc", line 150, in init
File "textInfos\offsets.pyc", line 298, in init
File "virtualBuffers__init__.pyc", line 155, in getSelectionOffsets
WindowsError: 1775
When I use the mouse to move to the browse cursor, error is occured:
ERROR - eventHandler.executeEvent (11:20:26):
error executing event: mouseMove on <NVDAObjects.IAccessible.mozilla.Mozilla object at 0x05626250> with extra args of {'y': 0, 'x': 83}
Traceback (most recent call last):
File "eventHandler.pyc", line 143, in executeEvent
File "eventHandler.pyc", line 91, in init
File "eventHandler.pyc", line 98, in next
File "NVDAObjects__init
_.pyc", line 831, in event_mouseMove
File "NVDAObjects\IAccessible__init__.pyc", line 141, in expand
AttributeError: 'NoneType' object has no attribute 'rindex'

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2014-10-12 22:33
The mouse tracking error is #3654.

The other two errors are generally harmless. Did they actually cause a noticeable problem in your case? If so, please provide exact steps to reproduce.

@nvaccessAuto
Copy link
Author

Comment 2 by vgjh2005 on 2014-10-13 04:51
Hi:
Open this address:http://v.youku.com/v_show/id_XNzY0MjQ1NDI0.html?from=y1.2-1-97.3.1-2.1-1-1-0
Press O then NVDA plus space to enter edit mode. Press windows plus M to return desktop. Return to the last window, press arrors key to backward or change the volume. But I cannot do that. Press NVDA plus space to try to leave edit mode, it is not successful.
This problem is occured in youtube. But it needn't edit mode.
This is the error log:
ERROR - scriptHandler.executeScript (12:27:56):
error executing script: <bound method GlobalCommands.script_toggleVirtualBufferPassThrough of <globalCommands.GlobalCommands object at 0x05ED55B0>> with gesture u'NVDA+\u7a7a\u683c'
Traceback (most recent call last):
File "scriptHandler.pyc", line 174, in executeScript
File "globalCommands.pyc", line 820, in script_toggleVirtualBufferPassThrough
File "treeInterceptorHandler.pyc", line 115, in _set_passThrough
File "review.pyc", line 116, in setCurrentMode
File "review.pyc", line 25, in getObjectPosition
AttributeError: 'NoneType' object has no attribute 'makeTextInfo'
ERROR - scriptHandler.executeScript (12:27:57):
error executing script: <bound method GlobalCommands.script_toggleVirtualBufferPassThrough of <globalCommands.GlobalCommands object at 0x05ED55B0>> with gesture u'NVDA+\u7a7a\u683c'
Traceback (most recent call last):
File "scriptHandler.pyc", line 174, in executeScript
File "globalCommands.pyc", line 820, in script_toggleVirtualBufferPassThrough
File "treeInterceptorHandler.pyc", line 120, in _set_passThrough
AttributeError: 'NoneType' object has no attribute 'treeInterceptor'

@ehollig
Copy link
Collaborator

ehollig commented Aug 3, 2017

As @jcsteh said in #4544 (comment), those two errors are pretty harmless. Also, it is unclear on what steps were performed to get these errors. Mouse tracking issue will be covered in #3654, therefore this is a duplicate.
The URL provided in #4544 (comment) does not exist anymore, therefore I am unable to replicate the example provided. @jcsteh, does the log provided in this comment provide anything useful?

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

No branches or pull requests

2 participants