Node Wrangler (3, 38) can't work #92686

Closed
opened 2021-10-31 17:52:15 +01:00 by 隋玉峰 · 11 comments

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: blender/blender@a791bdabd0
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: :-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)]

Node Wrangler (3, 38)can'tWork.blend

**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: `blender/blender@a791bdabd0` 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)] [Node Wrangler (3, 38)can'tWork.blend](https://archive.blender.org/developer/F11642026/Node_Wrangler__3__38_can_tWork.blend)
Author

Added subscriber: @Qing_Yi_Meng_Zhi_Cheng

Added subscriber: @Qing_Yi_Meng_Zhi_Cheng
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

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)

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)
Author

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
.........

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 .........
Author

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: :-1

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

Added subscriber: @smramsay

Added subscriber: @smramsay

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.
relative-path-option.jpg

Pretty sure this is fixed in the latest release by [D12221](https://archive.blender.org/developer/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. ![relative-path-option.jpg](https://archive.blender.org/developer/F8654277/relative-path-option.jpg)
Member

Pretty sure this is fixed in the latest release by D12221

Hi @Qing_Yi_Meng_Zhi_Cheng , could you please try again with fresh builds?: https://builder.blender.org/download/daily/

> Pretty sure this is fixed in the latest release by [D12221](https://archive.blender.org/developer/D12221) Hi @Qing_Yi_Meng_Zhi_Cheng , could you please try again with fresh builds?: https://builder.blender.org/download/daily/
Member

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'
Member

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.

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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#92686
No description provided.