Open dondon1993 opened 4 years ago
Thanks for reporting your first issue to SoCLI. We really value your feedback.
Yes there is problems with running socli on Windows. As mentioned in urwid docs, it needs a Unix platform. But I don't think we have a solution yet
What about switching the rendering in command line console to a library which supports both windows and Unix platform?
Yes we could try replacing urwid
with something like python prompt toolkit or curtsies, @gautamkrishnar what do you think about this?
@hedythedev socli interactive mode doesn't support windows cmd. As of now urwid works as intended on all other platforms. This error is happening due to the recent refactoring. Using the code available for socli_interactive_windows in the old version https://github.com/gautamkrishnar/socli/blob/master-backup/socli/socli.py#L620 will fix this issue.
Hi,
I'm not sure whether this issue has been brought up. I tried using socli in windows terminal. When I typed 'socli -iq html error 404' and made a selection, it just outputs 'Exiting'. I turned on the DEBUG mode and found the error message:
It seems due to windows doesn't natively support urwid library. I don't know whether we have a solution for this?