This result shows a different error than the original you reported. It looks as if you waited for 30 seconds after the error alert panel was shown without dismissing it, which triggered a timer that generated the 2nd error.
I would like you to repeat the test, but dismiss the error alert panel immediately after it appears, by pressing the "Quit" button and send me the output from the terminal again (this time it should contain a backtrace of the first error you reported). On 15 Mar 2016, at 19:27, ReindeR Rustema wrote: > >> On 15 mrt. 2016, at 13:42, Dan Pascu <[email protected]> wrote: >> >> Please run blink from a terminal and paste the output when this happens. To >> do so, open a terminal and type: >> >> /Applications/Blink\ Pro.app/Contents/MacOS/Blink\ Pro > > Result: > > nder-rustema:Applications rrr$ /Applications/Blink\ > Pro.app/Contents/MacOS/Blink\ Pro > 2016-03-15 18:15:32.806 Blink Pro[20967:427311] Starting Blink Pro 26360 > 2016-03-15 18:16:02.979 Blink Pro[20967:427311] Traceback (most recent call > last): > 2016-03-15 18:16:02.980 Blink Pro[20967:427311] File "Main.py", line 74, in > <module> > 2016-03-15 18:16:02.980 Blink Pro[20967:427311] AppHelper.runEventLoop() > 2016-03-15 18:16:02.980 Blink Pro[20967:427311] File "/Applications/Blink > Pro.app/Contents/Resources/lib/PyObjCTools/AppHelper.py", line 250, in > runEventLoop > 2016-03-15 18:16:02.981 Blink Pro[20967:427311] elif not > unexpectedErrorAlert(): > 2016-03-15 18:16:02.981 Blink Pro[20967:427311] File "/Applications/Blink > Pro.app/Contents/Resources/lib/PyObjCTools/AppHelper.py", line 138, in > unexpectedErrorAlertPanel > 2016-03-15 18:16:02.981 Blink Pro[20967:427311] "Continue", "Quit", None, > "(%s)" % exceptionInfo) > 2016-03-15 18:16:02.982 Blink Pro[20967:427311] File "/Applications/Blink > Pro.app/Contents/Resources/ContactWindowController.py", line 599, in > rotateCamera_ > 2016-03-15 18:16:02.983 Blink Pro[20967:427311] if not > self.sessionControllersManager.isMediaTypeSupported('video'): > 2016-03-15 18:16:02.983 Blink Pro[20967:427311] File "/Applications/Blink > Pro.app/Contents/Resources/SessionController.py", line 583, in > isMediaTypeSupported > 2016-03-15 18:16:02.987 Blink Pro[20967:427311] settings = SIPSimpleSettings() > 2016-03-15 18:16:02.987 Blink Pro[20967:427311] File "/Applications/Blink > Pro.app/Contents/Resources/lib/sipsimple/configuration/__init__.py", line > 559, in __call__ > 2016-03-15 18:16:02.988 Blink Pro[20967:427311] instance = > super(SettingsStateMeta, cls).__call__(*args, **kw) > 2016-03-15 18:16:02.988 Blink Pro[20967:427311] File "/Applications/Blink > Pro.app/Contents/Resources/lib/sipsimple/configuration/__init__.py", line > 818, in __call__ > 2016-03-15 18:16:02.989 Blink Pro[20967:427311] cls.__instance__ = > super(ConditionalSingleton, cls).__call__(*args, **kw) > 2016-03-15 18:16:02.989 Blink Pro[20967:427311] File "/Applications/Blink > Pro.app/Contents/Resources/lib/sipsimple/configuration/__init__.py", line > 866, in __new__ > 2016-03-15 18:16:02.990 Blink Pro[20967:427311] data = > configuration.get(instance.__key__) > 2016-03-15 18:16:02.990 Blink Pro[20967:427311] File "/Applications/Blink > Pro.app/Contents/Resources/lib/sipsimple/configuration/__init__.py", line > 124, in get > 2016-03-15 18:16:02.990 Blink Pro[20967:427311] raise > RuntimeError("ConfigurationManager cannot be used unless started") > 2016-03-15 18:16:02.990 Blink Pro[20967:427311] RuntimeError > 2016-03-15 18:16:02.990 Blink Pro[20967:427311] : > 2016-03-15 18:16:02.990 Blink Pro[20967:427311] ConfigurationManager cannot > be used unless started > 2016-03-15 18:16:02.994 Blink Pro[20967:427311] An uncaught exception was > raised > 2016-03-15 18:16:02.994 Blink Pro[20967:427311] > /Users/adigeo/work/blink/main.m:39 main() PyRun_SimpleFile failed with file > '/Applications/Blink Pro.app/Contents/Resources/Main.py'. See console for > errors. > 2016-03-15 18:16:02.994 Blink Pro[20967:427311] ( > 0 CoreFoundation 0x00007fff9cab0ae2 > __exceptionPreprocess + 178 > 1 libobjc.A.dylib 0x00007fff9a385f7e > objc_exception_throw + 48 > 2 CoreFoundation 0x00007fff9cab098d > +[NSException raise:format:] + 205 > 3 Blink Pro 0x0000000100a00386 Blink Pro + > 4998 > 4 libdyld.dylib 0x00007fff9d14a5ad start + 1 > 5 ??? 0x0000000000000001 0x0 + 1 > ) > 2016-03-15 18:16:02.994 Blink Pro[20967:427311] *** Terminating app due to > uncaught exception 'NSInternalInconsistencyException', reason: > '/Users/adigeo/work/blink/main.m:39 main() PyRun_SimpleFile failed with file > '/Applications/Blink Pro.app/Contents/Resources/Main.py'. See console for > errors.' > *** First throw call stack: > ( > 0 CoreFoundation 0x00007fff9cab0ae2 > __exceptionPreprocess + 178 > 1 libobjc.A.dylib 0x00007fff9a385f7e > objc_exception_throw + 48 > 2 CoreFoundation 0x00007fff9cab098d > +[NSException raise:format:] + 205 > 3 Blink Pro 0x0000000100a00386 Blink Pro + > 4998 > 4 libdyld.dylib 0x00007fff9d14a5ad start + 1 > 5 ??? 0x0000000000000001 0x0 + 1 > ) > libc++abi.dylib: terminating with uncaught exception of type NSException > Abort trap: 6 > reinder-rustema:Applications rrr$ > _______________________________________________ > Blink mailing list > [email protected] > http://lists.ag-projects.com/mailman/listinfo/blink > -- Dan _______________________________________________ Blink mailing list [email protected] http://lists.ag-projects.com/mailman/listinfo/blink
