-
Notifications
You must be signed in to change notification settings - Fork 10
JSON Decode Error #4
Comments
having the same issue, any luck on this? edit: running menu.py with a pendrive plugged doesn't show anything, no error but, makes my mouse lag a lot |
Can confirm. Same error, except Line 14 is slightly different. Please lmk if you need more info from me.
|
same error here but (char 1686) |
Same error, slightly different character (1633). The error persists on different Python versions (tested 3.7, 3.8, 3.10). Is the character referring to the output of If I edit out the
However, |
I also had this issue recently and found a quick and dirty fix. The JSON output from lsblk seems to have some issues that interfere with the
By doing a direct replace on the lsblk output for
I've tested it with an external disk and usb drive and it works as expected. |
@Shinkirou Good find! I think this is the fix. Do you want to PR it? |
But can that value be something else then |
Yes, my mistake. I did not have any other occurrences besides I've noticed that this issue is apparently due to a |
I ran into this issue this week, I saw that :mount command was not running on ranger so I decided to output into a file using sterr and got the following error
So I decided to check the dependencies listed and I have it installed all of them also I tried to run
lsblk --all --json -O
and get a good json format. I was wondering if this can be from json.load() function?The text was updated successfully, but these errors were encountered: