Code Monkey home page Code Monkey logo

Comments (5)

ross-g avatar ross-g commented on June 15, 2024

I will need a bit more information from you, as the addon starts fine with Blender 2.83.2 for me!

Please can you:

  • start Blender
  • open the console (Window > Toggle System Console)
  • enable the addon to cause the error
    Then
  • provide me all the output from the console
  • provide me your system info (Help > Save System Info)

Thanks

from io_pdx_mesh.

crisaaa avatar crisaaa commented on June 15, 2024

will do

from io_pdx_mesh.

crisaaa avatar crisaaa commented on June 15, 2024
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\modules\addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\addons\io_pdx_mesh-master\__init__.py", line 54, in <module>
    IO_PDX_SETTINGS = PDXsettings(config_path)
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\addons\io_pdx_mesh-master\settings.py", line 26, in __init__
    self.load_settings_file(filepath)
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\addons\io_pdx_mesh-master\settings.py", line 52, in load_settings_file
    settings_dict = json.load(open(filepath))
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\python\lib\json\__init__.py", line 296, in load
    parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\python\lib\json\__init__.py", line 348, in loads
    return _default_decoder.decode(s)
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\python\lib\json\decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\python\lib\json\decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Error line

from io_pdx_mesh.

crisaaa avatar crisaaa commented on June 15, 2024

system-info.txt

from io_pdx_mesh.

ross-g avatar ross-g commented on June 15, 2024

Sorry for the long delay, I can't reproduce this problem I'm afraid. I've put some code into the next release which should skip this part of the addon startup if it fails. So that might fix your issue.

The only recommendation I might have is to not install addons directly into your C:/Program Files/Blender ... folder, but to install them into the user profile folder.
https://docs.blender.org/manual/en/latest/advanced/blender_directory_layout.html

from io_pdx_mesh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.