ranger icon indicating copy to clipboard operation
ranger copied to clipboard

ranger crashed

Open Yan-weihao opened this issue 3 years ago • 5 comments

ranger version: ranger 1.9.3 Python version: 3.10.5 (main, Jun 6 2022, 18:49:26) [GCC 12.1.0] Locale: zh_CN.UTF-8

Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/ranger/core/main.py", line 171, in main fm.initialize() File "/usr/lib/python3.10/site-packages/ranger/core/fm.py", line 127, in initialize self.bookmarks.load() File "/usr/lib/python3.10/site-packages/ranger/container/bookmarks.py", line 47, in load new_dict = self._load_dict() File "/usr/lib/python3.10/site-packages/ranger/container/bookmarks.py", line 237, in _load_dict dct[key] = self.bookmarktype(value) File "/usr/lib/python3.10/site-packages/ranger/container/directory.py", line 150, in init assert not os.path.isfile(path), "No directory given!" AssertionError: No directory given!

ranger crashed. Please report this traceback at: https://github.com/ranger/ranger/issues 2022-06-08_19-58

Yan-weihao avatar Jun 08 '22 12:06 Yan-weihao

hi, this is happening to me as well, have you solved the error?

Unsavory1 avatar Jul 03 '22 13:07 Unsavory1

There is no solution > hi, this is happening to me as well, have you solved the error?

Yan-weihao avatar Jul 14 '22 09:07 Yan-weihao

There is no solution > hi, this is happening to me as well, have you solved the error?

hmm now thats odd. ive tried updating python, done multiple system updates but still i get the error, hopefully it gets solved

Unsavory1 avatar Jul 28 '22 05:07 Unsavory1

I had the same error, this fixed it: https://github.com/ranger/ranger/issues/2606#issuecomment-1118515536

thomasjsn avatar Sep 13 '22 20:09 thomasjsn

I had the same error, this fixed it: https://github.com/ranger/ranger/issues/2606#issuecomment-1118515536

Thanks a lot!

Unsavory1 avatar Sep 14 '22 12:09 Unsavory1

Closing as resolved. Making Ranger deal more gracefully with non-existent paths in saved tabs and bookmarks and such is on the radar.

toonn avatar Nov 23 '22 12:11 toonn