Skip to content
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

Loading error #1

Closed
perroboc opened this issue Mar 4, 2024 · 1 comment · Fixed by #2
Closed

Loading error #1

perroboc opened this issue Mar 4, 2024 · 1 comment · Fixed by #2

Comments

@perroboc
Copy link
Contributor

perroboc commented Mar 4, 2024

System Info

Godot v4.2.1.stable - Fedora Linux 39 (KDE Plasma) - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 7900 XTX (RADV NAVI31) () - AMD Ryzen 9 7950X 16-Core Processor (32 Threads)

Issue

I get the following error after enabling the plugin:

res://addons/gdLinter/gdLinter.gd:105 - Invalid access to property or key 'strings' on a base object of type 'null instance'.
Loading GDLint Plugin success

Additional info

Installed gdtoolkit using pipx, and had to manually install setuptools in its virtual environment, since I was getting this error: ModuleNotFoundError: No module named 'pkg_resources' (According to this StackOverflow post)

$ pipx install gdtoolkit==4.*
  installed package gdtoolkit 4.2.2, installed using Python 3.12.2
  These apps are now globally available
    - gd2py
    - gdformat
    - gdlint
    - gdparse
    - gdradon
done! ✨ 🌟 ✨
$ pipx inject gdtoolkit setuptools
  injected package setuptools into venv gdtoolkit
done! ✨ 🌟 ✨
$ gdlint --version
gdlint 4.2.2
@el-falso
Copy link
Owner

el-falso commented Mar 6, 2024

Also have some more error handling in version 2.0, which I'm still testing, so I merged your pull request for now. Thanks for your help.

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

Successfully merging a pull request may close this issue.

2 participants