Page MenuHome

Node Wrangler (3, 38) can't work
Closed, ArchivedPublic

Description

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.55

Blender Version
Broken: version: 2.93.5, branch: master, commit date: 2021-10-05 12:04, hash: rBa791bdabd0b2
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Node Wrangler (3, 38)
Author: Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer

Short description of error
[Please fill out a short description of the error here]
Python: Traceback (most recent call last):

File "G:\2.93.5\2.93\scripts\addons\node_wrangler.py", line 3274, in execute
  import_path = bpy.path.relpath(self.directory)
File "G:\2.93.5\2.93\scripts\modules\bpy\path.py", line 114, in relpath
  return "//" + _os.path.relpath(path, start)
File "G:\2.93.5\2.93\python\lib\ntpath.py", line 703, in relpath
  raise ValueError("path is on mount %r, start on mount %r" % (

ValueError: path is on mount 'H:', start on mount 'G:'

location: <unknown location>:-1

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

Event Timeline

Pratik Borhade (PratikPB2123) changed the task status from Needs Triage to Needs Information from User.Nov 1 2021, 10:45 AM

Hi, thanks for the report. Please provide steps for reproducing the issue.

(A guideline for making a good bug report can be found at https://wiki.blender.org/wiki/Process/Bug_Reports)

thank you to reply my answer

For details, you can refer to the blender fileI uploaded.
There is a more detailed problem report.(in the blender document)
I added a notepad in it, you can take a look,

I also write some information in the node window
.........

Simply put, when using ctrl shift T at what point is an error reported
IF i put the picture in the G: that the addons can work

The result I want has been placed in the blender file

Python: Traceback (most recent call last):

File "G:\2.93.5\2.93\scripts\addons\node_wrangler.py", line 3274, in execute
  import_path = bpy.path.relpath(self.directory)
File "G:\2.93.5\2.93\scripts\modules\bpy\path.py", line 114, in relpath
  return "//" + _os.path.relpath(path, start)
File "G:\2.93.5\2.93\python\lib\ntpath.py", line 703, in relpath
  raise ValueError("path is on mount %r, start on mount %r" % (

ValueError: path is on mount 'H:', start on mount 'G:'

location: <unknown location>:-1

Pretty sure this is fixed in the latest release by D12221
If you can't update, then you need to uncheck 'Relative Path' in the right side panel.
Files can't have relative paths across Windows drives.

Pretty sure this is fixed in the latest release by D12221

Hi @隋玉峰 (youngart) , could you please try again with fresh builds?: https://builder.blender.org/download/daily/

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.