-
Notifications
You must be signed in to change notification settings - Fork 119
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
Verify Guide - Custom Types #1532
Comments
To me, everything seems right. The The example used in the guide is not fake and it is an actual project which you can download here https://xod.io/docs/guide/custom-types/time.xodball. See the If I do not understand you correctly, and there’s indeed a bug out there, feel free to reopen the issue. |
Dear @nkrkv , eh downloaded the example and it works correctly, but I have the error in unpack. I open another XOD, I create two patches, in a copied node "time" and when I want to copy unpack there is an error. "Invalid paste For some reason I do not have Input-time and output-time in my libraries. The error is that by not having them use input-datatime |
I found my error, translation or reading problem |
Oh, the message is indeed misleading. I’m going to rephrase the issue and promote it to a tweak. |
Something to add that might be useful, when I did the tutorial, look for the xodball I did not find this link https://xod.io/docs/guide/custom-types/time.xodball With a little searching I come here https://github.com/xodio/xod-docs/tree/master/docs/guide/custom-types if the files are there. |
Expected behavior
Should it be possible to connect
output-self
node toinput-time
?Actual behavior
Following the tutorial at the end you can not connect "
time
" with "unpack
".Realized the patch "
time
" (https://xod.io/docs/guide/custom-types/time.patch.png)It is not possible to connect it to "
unpack
" (https://xod.io/docs/guide/custom-types/unpack-example.patch.png) ,instead ofoutput-self
you must useoutput-time
The text was updated successfully, but these errors were encountered: