felixchenier / NextWheel

Apache License 2.0
0 stars 0 forks source link

NextWheel.file_list() freezes #9

Closed felixchenier closed 1 year ago

felixchenier commented 1 year ago
import nextwheel
nw = nextwheel.NextWheel(ip_address)
nw.connect()
nw.file_list()

freezes instead of returning the file list.

doumdi commented 1 year ago

/Users/dominic/miniconda3/envs/python-3.10/bin/python /Users/dominic/Documents/working_area/NextWheel/python/api_examples/file_list.py file_list returned code: 200 json: {'files': [{'name': 'log_2000-12-31_19-04-42.dat', 'size': 24278}], 'download_url': '/file_download', 'delete_url': '/file_delete'} log_2000-12-31_19-04-42.dat 24278

doumdi commented 1 year ago

@felixchenier SDCard working / formatted ? Using the right IP at line #7 ?

felixchenier commented 1 year ago

It works ok now. I close for now.