-
Notifications
You must be signed in to change notification settings - Fork 7.6k
No files in folder list #5292
Comments
@ZiTAL If you choose Debug > Show Developer Tools and look in the Console view, do you see any error messages? |
when i choose "debug > show developer tools" in linux console log: |
@ZiTAL I'm a little confused by that message... can you provide a screenshot? Also -- if there's an arrow icon next to the error message, can you click it to expand & show the full stack trace? |
@ZiTAL You can manually access the developer tools by going to http://localhost:9234 and then clicking the link for the Brackets window. That should get you unblocked for the info we need here. We'll certainly investigate #5326 too though. |
"then clicking the link for the Brackets window" what link? |
@ZiTAL You should see something like this when you go to http://localhost:9234 while Brackets is running: If you're seeing something different, please provide a screenshot. |
i can't choose a file, because the folder is empty, anyway:
|
It shouldn't matter that there's no file in Brackets -- the dev tools page should have a link with whatever's currently in the Brackets titlebar (so in this case, just "Brackets"). The fact that you can successfully get to the "Inspectable WebContents" page means there's no local firewall blocking the localhost port (a problem on some machines in the past)... so I'm baffled as to why the page loads but is missing any link. Seems like a potential CEF or Chromium Linux bug... |
Actually @ZiTAL if you open Chrome's built-in developer tools on that "Inspectable WebContents" page, do you see any errors in the console there? If the dev tools themselves are crashing, the nature of the error could give us a clue. (It looks like you actually have the Chrome dev tools open at the bottom of your screenshot there, but the content is cut off). |
Also seems possible you're missing some of the side files that Chromium expects to find next to the One more question -- out of curiosity, what locale is your OS set to? (We've seen CEF problems in the past with locales that weren't falling back to something it knew about). |
i'm retarded i open it with firefox :D showing console tag linux console:
|
i donwloaded brackets from: http://download.brackets.io/ |
Heh, that explains it :-) Interesting that there are no errors in the logs though. Are there any unusual permissions with this folder? Does it happen for all folders, or just some? Try pasting this snippet in the console and see what the result is:
Or alternatively you could put two breakpoints inside the two equivalent callbacks in |
it occurs with all folders.
|
Reviewed. Marking medium priority since there's only one report of this currently. |
Could it be a permissions / user account problem? What owner & group do you see if you do |
It does look like we could be swallowing some error cases here -- the docs for That won't fix the problem here of course, but it will give us an actual error message to go on :-) @JeffryBooher Can I assign this to you since @jasonsanjose is out? Looks like you're second-in-command for that file :-) (or @pritambaral & others, feel free to jump in here too!) |
@peterflynn Yep, I'll take it. |
brackets is owned by "root" in /opt
process is owned by me:
and the folders are owned by me:
|
@ZiTAL Any news on this issue? Have you tried the Sprint 32 build? Would be good to hear if this build resolves this issue or if you encounter still the same behavior. Thanks. |
Any chance this is on an SSHFS file system? (Bug #5544) |
@ZiTAL can you try opening the brackets sample project? It looks like you're opening a personal project (which should work) but want to rule out other general FS interop issues first. |
There is no problem with "/opt" folder or its subfolder like "/opt/brackets/samples/" /home/projects there is no file/folder list, and the permissions are the same: drwxr-xr-x if i change the permissions to project folder 777 still doesn't work |
I also have a same problem with Arch Linux x86_64. |
Reassign it to myself as I have a fix. Nominating for sprint 34. |
@RaymondLim Is this the same issue as #5544 (SSHFS), or did you identify a different cause here? |
@peterflynn #5544 (SSHFS) can be the same issue if it is only on Linux. |
same issue still no fix ;( |
For anyone interested, i've had this issues since 1.11 and now on 1.13. For the sake of helping someone in the future who runs into this issue. Simply go to Debug-->Switch Language. change from system default to the language of interest and the issue should be resolved. |
I had same issue but solution provided by @i0x915 did the magic for me |
@i0x915 thank you |
@i0x915 works thanks! |
Glad that it helped, hopefully one day they will fix this. |
When i open a folder in debian 64bit, there is no files in folder list
build: sprint 30 experimental build 0.30.0-9116 (On branch master,master 60dc6b7)
The text was updated successfully, but these errors were encountered: