name argument 1; cannot position on this stream; found stream name

Synopsis
You tried to set the current read/write position on a stream that does not support setting the position. This is the case for "STDIN" (getting input from the user) and "STDOUT" (writing characters to the console window).