tingbot / tingbot-python

🔩 Python APIs to write apps for Tingbot
Other
18 stars 9 forks source link

updating openSSL version #59

Closed PencilDH closed 6 years ago

PencilDH commented 6 years ago

I can't pull data from websites due to outdated open ssl...

How to update this?

in tide:

import ssl
print ssl.OPENSSL_VERSION

"OpenSSL 0.9.8zh 14 Jan 2016" 

on MacOS

>>> import ssl
>>> print ssl.OPENSSL_VERSION
OpenSSL 1.0.2o  27 Mar 2018
joerick commented 6 years ago

Hey - check progress for this in tide here: https://github.com/tingbot/tide-electron/pull/74

joerick commented 6 years ago

@PencilDH Is this a problem on the Tingbot as well?

PencilDH commented 6 years ago

Oh sorry, I noticed I raised the issue in the wrong place... I will only be able to verify in a couple of days as I lost my SD card adapter to configure the network

joerick commented 6 years ago

p.s. you can configure the network on the tingbot itself - bring up the menu by tapping at the top of the screen

PencilDH commented 6 years ago

Hey @joerick , Thanks for your support I am trying to run this app attached. The use case it to pull data from TFL api via "requests.get"

The app works on my PC but not on tide, (I am just sending you the 1 line test app) appLiveTrain.tingapp.zip

I bought an SDcard reader now but the ting can't connect to WiFi anyway :( edit after extensive snooping in the software trying to make wifi work, i found out that i need a wi-fi dongle.

I assume that I need to have a keyboard connected to set up wifi from the device?