radumg / DynaWeb

DynaWeb is a Dynamo package providing support for interaction with the interwebz in general and with REST APIs in particular.
https://radumg.github.io/DynaWeb/
GNU Affero General Public License v3.0
43 stars 15 forks source link

Nodes used in samples reference assembly from missing location #9

Closed 3sk0r closed 7 years ago

3sk0r commented 7 years ago

Expected Behavior

Expected Node to be resolved (available)

Actual Behavior

Node's path points to a non existing location (C:\Users*username*\AppData\Roaming\Dynamo\Dynamo Core\Desktop\testing\DynWWW.dll) image

Steps to Reproduce the Problem

  1. Open DynaWeb.dyn sample

Specifications

- Dynamo : (ex : 1.3.1)
- Operating system : Windows 10
- .NET : 4.6
radumg commented 7 years ago

Thanks @3sk0r for reporting. Can you try adding that node directly from the library and replacing it in the graph ?

FYI That path is where I was staging the DLL on my PC and this happens sometimes with Zero-Touch nodes stubbornly clinging on to their former location instead of using the package path.

3sk0r commented 7 years ago

Yes, that's what I tried and the node is fine when I select it directly from the library. Replaced node and saved the file.

radumg commented 7 years ago

Thanks @3sk0r , will update samples to point to package folder, or remove the assembly references altogether. assembly reference