-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Read and Name attributes of network.Input() not working #4454
Comments
thanks for reaching out @UnaPibaGeek i am currently looking into this issue . looks like there is a issue in template as well as overall logic will update once i have more info on this |
Sure, I have shared the example of FTP Anonymous Login, but other network templates using |
Hi! Is there any progress? I consider this a bit critical because many network templates are using the |
@UnaPibaGeek there is some issue but it's not specific to
we are still investigating the issue causing timeout issue, will update the ticket as soon as we have new information to share. |
Related issue - #4398 |
@UnaPibaGeek this should be fixed with latest release. |
Hello!
I've been playing with some network templates and discovered that all of them using the
read
attribute innetwork.Input()
are currently failing. Only theread-size
attribute innetwork.Request()
is working properly.Example: ftp-anonymous-login.yaml (that uses
read
instead ofread-size
).The timeout error is misleading.
Modifying the code to use
read-size
instead resolves the issue:This problem occurs whenever
read
is used, so there are many network templates failing due to this issue.Besides that, I've noticed that adding the
name
attribute to an input request doesn't work. According to the documentation, the following code should work:However, it doesn't seem to be the case.
Please let me know if you have any questions. Thank you!
The text was updated successfully, but these errors were encountered: