It's working fine here.
Strange, Troubled Times...
The same here; it's working fine. Be sure when you search for something on Youtube, that the clip is still there. When it has been removed, you will have these problems.
#44
2020-07-02 19:07
Edited
To my knowledge, an installed program can't be deleted in Elten. There is an apps folder in the Elten directory, the one in %appdata%. Perhaps removing an app or apps from that folder would do the trick.
Strange, Troubled Times...
hozosch — Post 45 of 56
#45
2020-07-02 20:39
Edited
NO, in the Beta, you can actually do this now. Go to "install programs" in the programs menu, and once there, installed programs will show with the version number. When you press enter on such a program, you have the options to reinstall or remove.
Yay, I'm glad someone knew stuff, much more than I do.
Strange, Troubled Times...
i love this new beta its kick butt. I can't wait till voice calls get introduced
to check out my web site i have use link of
http://joe.jc-hosting.me enjoy!
I noticed a bug. I got a message from somebody earlier, it was a text message and Elten said it was an audio message.
I think I found cause of my prroblem with searching in Youtube in Elten. When I created portable version of Elten searching works there. Installation version uses folder Elten in Appdata, which in user folder, which has one space and one accented character in Czech language. It can be corrected, please? I think smooth acces to folder Elten in Appdata, which is in user folder, which has spaces or diacritical letters.
I managed to catch the NVDA log right after the speech failed this time. From what I can see it looks different from what I posted above. See next post.
Strange, Troubled Times...
INFO - __main__ (14:47:21.382) - MainThread (5308): Starting NVDA version 2020.1 INFO - core.main (14:47:25.523) - MainThread (5308): Config dir: C:\Users\Charles\AppData\Roaming\nvda INFO - config.ConfigManager._loadConfig (14:47:25.523) - MainThread (5308): Loading config: C:\Users\Charles\AppData\Roaming\nvda\nvda.ini INFO - core.main (14:47:25.937) - MainThread (5308): Using Windows version 10.0.18363 workstation INFO - core.main (14:47:25.937) - MainThread (5308): Using Python version 3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 09:44:33) [MSC v.1900 32 bit (Intel)] INFO - core.main (14:47:25.937) - MainThread (5308): Using comtypes version 1.1.7 INFO - core.main (14:47:25.937) - MainThread (5308): Using configobj version 5.1.0 with validate version 1.0.1 INFO - synthDriverHandler.setSynth (14:47:34.162) - MainThread (5308): Loaded synthDriver ibmeci INFO - core.main (14:47:34.784) - MainThread (5308): Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 with six version 1.12.0 INFO - brailleInput.initialize (14:47:34.787) - MainThread (5308): Braille input initialized INFO - braille.initialize (14:47:34.788) - MainThread (5308): Using liblouis version 3.12.0 INFO - braille.initialize (14:47:34.794) - MainThread (5308): Using pySerial version 3.4 INFO - braille.BrailleHandler.setDisplayByName (14:47:34.803) - MainThread (5308): Loaded braille display driver noBraille, current display has 0 cells. INFO - core.main (14:47:37.985) - MainThread (5308): Java Access Bridge support initialized INFO - _UIAHandler.UIAHandler.MTAThreadFunc (14:47:38.800) - _UIAHandler.UIAHandler.MTAThread (6424): UIAutomation: IUIAutomation6 INFO - core.main (14:48:04.238) - MainThread (5308): NVDA initialized INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (14:48:23.908) - MainThread (5308): Developer info for navigator object: name: None role: ROLE_UNKNOWN roleText: None states: isFocusable: False hasFocus: False Python object: Python class mro: (, , , , , , ) description: None location: None value: None appModule: <'nvda' (appName 'nvda', process ID 6136) at address 6fc7ad0> appModule.productName: 'NVDA' appModule.productVersion: '2020.1' TextInfo: windowHandle: 787258 windowClassName: 'ListBox' windowControlID: 0 windowStyle: 0 extendedWindowStyle: 0 windowThreadID: 5308 windowText: '' displayText: exception: cannot unpack non-iterable NoneType object IAccessibleObject: IAccessibleChildID: 10 IAccessible event parameters: windowHandle=787258, objectID=-4, childID=10 IAccessible accName: exception: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) IAccessible accRole: exception: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) IAccessible accState: exception: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) IAccessible accDescription: exception: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) IAccessible accValue: exception: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) ERROR - eventHandler.executeEvent (14:50:20.956) - MainThread (5308): error executing event: typedCharacter on with extra args of {'ch': '\t'} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1047, in event_typedCharacter File "C:\Users\Charles\AppData\Roaming\nvda\addons\ELTEN\globalPlugins\elten.py", line 53, in stc return ostc(ch) File "speech\__init__.pyc", line 965, in speakTypedCharacters File "api.pyc", line 264, in isTypingProtected File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 921, in _get_isProtected File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\UIA\__init__.pyc", line 1207, in _get_states File "NVDAObjects\UIA\__init__.pyc", line 802, in _getUIACacheablePropertyValue File "comtypesMonkeyPatches.pyc", line 26, in __call__ _ctypes.COMError: (-2146233083, None, (None, None, None, 0, None)) INFO - updateCheck.AutoUpdateChecker._started (16:18:23.228) - MainThread (5308): Performing automatic update check ERROR - scriptHandler.executeScript (17:07:51.927) - MainThread (5308): error executing script: > with gesture 'NVDA+numpad 5' Traceback (most recent call last): File "scriptHandler.pyc", line 205, in executeScript File "globalCommands.pyc", line 848, in script_navigatorObject_current File "speech\__init__.pyc", line 469, in speakObject File "speech\__init__.pyc", line 506, in getObjectSpeech File "speech\__init__.pyc", line 358, in getObjectPropertiesSpeech File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysTreeView32.pyc", line 180, in _get_positionInfo File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysTreeView32.pyc", line 77, in _get_treeview_level File "comtypes\__init__.pyc", line 857, in __call__ File "comtypesMonkeyPatches.pyc", line 26, in __call__ _ctypes.COMError: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) ERROR - scriptHandler.executeScript (17:07:57.422) - MainThread (5308): error executing script: > with gesture 'NVDA+numpad 5' Traceback (most recent call last): File "scriptHandler.pyc", line 205, in executeScript File "globalCommands.pyc", line 848, in script_navigatorObject_current File "speech\__init__.pyc", line 469, in speakObject File "speech\__init__.pyc", line 506, in getObjectSpeech File "speech\__init__.pyc", line 358, in getObjectPropertiesSpeech File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysTreeView32.pyc", line 180, in _get_positionInfo File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysTreeView32.pyc", line 77, in _get_treeview_level File "comtypes\__init__.pyc", line 857, in __call__ File "comtypesMonkeyPatches.pyc", line 26, in __call__ _ctypes.COMError: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) WARNING - fileUtils.getFileVersionInfo (18:39:44.389) - MainThread (5308): Invalid or unavailable version info attribute for 'C:\\Program Files (x86)\\ELTEN\\elten.exe': ProductName INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (18:39:44.745) - MainThread (5308): Developer info for navigator object: name: 'ELTEN' role: ROLE_UNKNOWN roleText: None states: STATE_FOCUSABLE, STATE_FOCUSED isFocusable: True hasFocus: True Python object: Python class mro: (, , , , , , , ) description: None location: RectLTWH(left=363, top=139, width=640, height=480) value: '' appModule: <'appModuleHandler' (appName 'elten', process ID 14120) at address 3d8ad0> appModule.productName: None appModule.productVersion: '1, 0, 0, 1' TextInfo: windowHandle: 2885332 windowClassName: 'RGSS Player' windowControlID: 0 windowStyle: 348782592 extendedWindowStyle: 256 windowThreadID: 14124 windowText: 'ELTEN' displayText: '' IAccessibleObject: IAccessibleChildID: 0 IAccessible event parameters: windowHandle=2885332, objectID=-4, childID=0 IAccessible accName: 'ELTEN' IAccessible accRole: ROLE_SYSTEM_CLIENT IAccessible accState: STATE_SYSTEM_FOCUSED, STATE_SYSTEM_FOCUSABLE, STATE_SYSTEM_VALID (1048580) IAccessible accDescription: None IAccessible accValue: None
Strange, Troubled Times...
The donation message still pops up every time I log in to elten, which is not bad but Pajper said it shouldn't do it. Besides that, everything seems to be fine here.
Όταν θα κοιτάς την θάλασσα Χωρίς να το θέλεις, θα βλέπεις εμένα Και τα μάτια σου θα ‘ναι θλιμμένα Όταν θα ξυπνάς στον ύπνο σου Χωρίς να το θέλεις, θα σκέφτεσαι εμένα Και θα νιώθεις μεγάλο κενό
#54
2020-07-04 13:59
Edited
Okay, one bug I've found. I reported this a couple of betas ago, but then it seemed to work. If you are in a blog and you want to translate something, it's usually the first two words which are translated but not the rest. You need to arrow in the text to get everything else.
Όταν θα κοιτάς την θάλασσα Χωρίς να το θέλεις, θα βλέπεις εμένα Και τα μάτια σου θα ‘ναι θλιμμένα Όταν θα ξυπνάς στον ύπνο σου Χωρίς να το θέλεις, θα σκέφτεσαι εμένα Και θα νιώθεις μεγάλο κενό
hozosch — Post 55 of 56
#55
2020-07-04 15:33
Edited
It's not just blogs. I'm getting it too, also in here. Not always, but sometimes.
This forum thread will now be closed. Thank you all for your participation. Beta 56 coming up!