Comment by ๐Ÿš€ asdf

Re: "Strange errors"

In: s/bash

@HanzBrix I'm not using any libraries, I think the only programs I'm using are the commands "file" and "cat", and the error persists if I comment those out. I did google what the word "typecast" means, and it said it means converting a variable from one type to another, (like a string into an integer for example). There is a part of the script that does that, but commenting it out made no difference.

Edit: I found it, it was actually on line 152, however I did not notice it since it didn't say ".", it said "ref", when it should have said "ref0".

๐Ÿš€ asdf [OP]

2025-03-02 ยท 1 year ago

Original Post

๐ŸŒ’ s/bash

๐Ÿš€ asdf:

Strange errors โ€” So I was testing my script and I got these errors [preformatted] What is most confusing to me about these errors, is that the lines 177 through 179 don't try to declare anything as the errors would suggest, the first one is even empty! The lines are: [preformatted] What could be the cause of these errors?

๐Ÿ’ฌ 3 comments ยท 2025-03-02 ยท 1 year ago