Skip to content
New issue

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

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

Already on GitHub? # to your account

Documentation panel does not load on Mac #40

Closed
GWP opened this issue Dec 5, 2024 · 2 comments
Closed

Documentation panel does not load on Mac #40

GWP opened this issue Dec 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@GWP
Copy link

GWP commented Dec 5, 2024

I am using VSCode 1.95.3 on OSX Sonoma. I installed the extension using the Extensions tab in VSCode. Execute and Code Completion work, but when i open up the Documentation panel, I just get a loading disk and it never loads.

In the Unreal Editor, I get the following error:

LogPython: Error: Traceback (most recent call last):
LogPython: Error: File "", line 1, in
LogPython: Error: File "", line 140, in
LogPython: Error: File "", line 134, in main
LogPython: Error: FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/52/yw0k6lpj0tngxts491fxdv1h0000gn/T/VSCode-Unreal-Python/documentation_toc.json'

When I check the directory in question, the "VSCode-Unreal-Python" dir does not exist, so it looks like it is never created.

@nils-soderman nils-soderman added the bug Something isn't working label Dec 7, 2024
@nils-soderman
Copy link
Owner

Hi, thanks for reporting!
I'll try to look into this when I have some time over

@nils-soderman
Copy link
Owner

This should now be fixed with the release of 1.6.1
Instead of being written to a file, this data is now sent directly over the socket used for communicating with Unreal.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants