Skip to content

Files wont sjow in "Files" #181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tdh79 opened this issue Mar 23, 2025 · 1 comment
Open

Files wont sjow in "Files" #181

tdh79 opened this issue Mar 23, 2025 · 1 comment

Comments

@tdh79
Copy link

tdh79 commented Mar 23, 2025

No files are shown, have had some problems transferring files but now it wont show anything on the left side.
Works fine otherwise

@ubidefeo
Copy link
Collaborator

you may have a broken file name.
I have seen this happen with accents or special characters in file names.
It ends up breaking the returned list of files and things start acting funny.

it's a bug we're aware of, and the way to solve it would be for you to use REPL to list files and delete or rename the offending ones

import os
os.listdir()
os.remove('file_with_bad_name.py')

if the bad name is a folder make sure it's empty before you can delete it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants