Did someone manage to install scriptable on android ?
I tried following the link to the apk but I can’t find how to download it.
Testing now, loving it! Maybe a small widget (the square version) could show four data points. Total bandwidth, monthly earnings, space used in percentage and nodes online?
Good work!
Good idea, I will create a small version once I find some time
Hey, thanks for the cool idea.
Do I enter the IP address of my own StorJ node in the “NODE_List” and the url of my StorJ node in “myNodesIp.com:14002”?
Do I have to open port 3123?
still no update on an android version ?
Do you know any similar app but from google app store?
if node go offline docker logs :
ERROR in app: Exception on /bandwidth [GET]
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/flask/app.py”, line 2447, in wsgi_app
response = self.full_dispatch_request()
File “/usr/local/lib/python3.7/site-packages/flask/app.py”, line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File “/usr/local/lib/python3.7/site-packages/flask/app.py”, line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File “/usr/local/lib/python3.7/site-packages/flask/_compat.py”, line 39, in reraise
raise value
File “/usr/local/lib/python3.7/site-packages/flask/app.py”, line 1950, in full_dispatch_request
rv = self.dispatch_request()
File “/usr/local/lib/python3.7/site-packages/flask/app.py”, line 1936, in dispatch_request
return self.view_functionsrule.endpoint
File “/usr/src/app/app.py”, line 103, in get_data
getBandwidthData(satellitesResponse, data)
File “/usr/src/app/app.py”, line 46, in getBandwidthData
ingress = (satellitesResponse[‘bandwidthDaily’][relevantDay][‘ingress’][‘usage’] + satellitesResponse[‘bandwidthDaily’][relevantDay][‘ingress’][‘repair’])/1000000
TypeError: list indices must be integers or slices, not NoneType
Just modified the layout in order to allow the small widget to be used properly.
I love it! Thank you.
Hey guys was anyone able to get it up and running on Windows?
tried to install the Flask server but no luck
Cool!
20 Characters…
Hmm which errors do you get? Missing dependencies?
Okay - totally new in this - how whould i go about installing it on windows? Its such a nice idea.
@striker43 Please - this is soo cool - but i cant get it to work on windows - can you help in any way? i tried with flask - but the program just returns “ERROR”
Unfortunately I don‘t have a windows pc right now so I can’t test it
Are you using python version 3.7?
Can you post your error logs here?
I am using python 3.7 - i can try to post an error. when i open the “app” script with python it just closes and says “ERROR” - i tried to make an ENV with python 3.7 and flask and pip isntalled-
i tried to open CMD and type cd “LOCATION OF ENV” python app.py - that returns “ERROR” when i press enter.
if you have time and want to - i can maybe show you on discord or teamveiw or something - maybe we can post a step by step for others after (i can try to write it when i get it working)
THANK YOU in advance! @striker43
Tomorrow is a public holiday in my area, I can try to get it working on a windows pc then. I will let you know tomorrow.
Wow thank you alot! @striker43
@Skyblockpro1 Did you get it working on windows?
@bivvo - did you do this on windows? if so - can you try to tell me how?
Did you try docker for windows?
That should work I think.