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

OS X 10.11 DP 4 and frozen Blink1Control app #242

Closed
lo5co opened this issue Jul 22, 2015 · 8 comments
Closed

OS X 10.11 DP 4 and frozen Blink1Control app #242

lo5co opened this issue Jul 22, 2015 · 8 comments

Comments

@lo5co
Copy link

lo5co commented Jul 22, 2015

Just updated to 10.11 DP 4 and the whole interface of Blink1Control app (except the settings icon) is frozen.

@todbot
Copy link
Owner

todbot commented Oct 1, 2015

Hi,

We’ve recently released an updated version of Blink1Control, v1.98.
Hopefully it will address the issues you’ve been experiencing.

You can download the new version here:
http://blink1.thingm.com/blink1control/
Or on this repo's releases page

@darrenofkent
Copy link

I have 1.98 installed and the GUI is frozen every time I launch blink(1)control ever since I upgraded my OS to 10.11 El Capitan. So my blink(1) is useless in its current state.

@todbot
Copy link
Owner

todbot commented Nov 2, 2015

Hi Darren,
Can you download the debug version at https://github.com/todbot/blink1/releases/tag/v1.98, unzip the bundle, open Terminal and run the app by typing
./Blink1Control-debug.app/Contents/MacOS/Blink1Control
This will print out a bunch of debug message and hopefully give an idea as to what's going on. Thanks!

@darrenofkent
Copy link

Here it is:

QML debugging is enabled. Only use this in a safe environment.

running osFixes

settingsLoad: "/Users/darrenkent/.config/ThingM/Blink1Control.ini"

"log:1446503284896: settingsLoad: settings loaded"

"log:1446503284896: settingsLoad: iftttKey='fd93b6e420002E1D'"

blink1IndexStr: "0"

blink1Index: "0"

"log:1446503284901: input name:Name1 iftttTime: \u009E nowSecs: 1446503284"

"log:1446503284964: refreshBlink1State: --- starting. count:1"

"log:1446503284970: refreshBlink1State: open & cached blink1 #0"

"log:1446503284970: refreshBlink1State: opening for use blink1Index:0"

"log:1446503284970: refreshBlink1State: connected, blink1serial='20002E1D'"

"log:1446503284970: refreshBlink1State: --- done. elapsedMillis:6"

qml: blink1 serial: 0 ,

"log:1446503287999: updateBlink1: fadeSpeed=400, #000000"

applicationStateChanged: Qt::ApplicationState(ApplicationActive)

qt.network.ssl: QSslSocket: cannot resolve SSL_set_psk_client_callback

qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_client_method

qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_client_method

qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_server_method

qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_server_method

qt.network.ssl: QSslSocket: cannot resolve SSL_select_next_proto

qt.network.ssl: QSslSocket: cannot resolve SSL_CTX_set_next_proto_select_cb

qt.network.ssl: QSslSocket: cannot resolve SSL_get0_next_proto_negotiated

evname: "IFTTT snow tomorrow" evdate: 1446397854 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444066080 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444065965 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1446397854 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444066080 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444065965 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

applicationStateChanged: Qt::ApplicationState(ApplicationInactive)

evname: "IFTTT snow tomorrow" evdate: 1446397854 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444066080 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444065965 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1446397854 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444066080 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444065965 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1446397854 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444066080 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444065965 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1446397854 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444066080 recent: -1 last: 1446503284

evname: "IFTTT snow tomorrow" evdate: 1444065965 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

evname: "Channel Activation" evdate: 1444064918 recent: -1 last: 1446503284

On Mon, Nov 2, 2015 at 2:11 PM, Tod E. Kurt notifications@github.com
wrote:

Hi Darren,
Can you download the debug version at
https://github.com/todbot/blink1/releases/tag/v1.98, unzip the bundle,
open Terminal and run the app by typing
./Blink1Control-debug.app/Contents/MacOS/Blink1Control
This will print out a bunch of debug message and hopefully give an idea as
to what's going on. Thanks!


Reply to this email directly or view it on GitHub
#242 (comment).

@darrenofkent
Copy link

So.... what do I do now? Blink1Control app still won't work on El Capitan.

@todbot
Copy link
Owner

todbot commented Nov 23, 2015

Hi Darren,

The debug version shows the same behavior as the normal version? Could you add a screenshot as to what you're seeing? We've got a few Mac OS X 10.11 boxes here and can't replicate the problem.

@darrenofkent
Copy link

When I open the app the GUI is frozen so a screenshot would not show that.
I have attached a short video of what happens when I try to make any
settings/changes with the GUI. The blink1 seems to be triggering as it
should from my IFTTT channel but I can no longer make any changes or
settings adjustments through the GUI, as it is non-responsive.​
IMG_0934.MOV
https://drive.google.com/file/d/0BwHmi9QuDG6Pb3FIS1VSTC1takE/view?usp=drive_web

On Mon, Nov 23, 2015 at 11:07 AM, Tod E. Kurt notifications@github.com
wrote:

Hi Darren,

The debug version shows the same behavior as the normal version? Could you
add a screenshot as to what you're seeing? We've got a few Mac OS X 10.11
boxes here and can't replicate the problem.


Reply to this email directly or view it on GitHub
#242 (comment).

@todbot
Copy link
Owner

todbot commented Oct 17, 2017

Fixed in Blink1Control2 : https://github.com/todbot/Blink1Control2/releases

@todbot todbot closed this as completed Oct 17, 2017
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

3 participants