I am trying to make an app that can verify whether the manufacturer of a cloth is part of a sustainability standard. So, using a picture of the cloth's tag, it uses OCR to retrieve the text on it and then use Gemini to retrieve the manufacturer text from it. Until this point, the app is functioning properly.
Firstly, I get this prompt every time i connect or refresh the companion:
After this, when i try to retrieve the names of manufacturers in a spreadsheet database of the GOTS sustainability standard in order to match its content with the manufacturer name, I get this error:
I have tried to use the following components to retrieve the data:
Web component
Spreadsheet Component
Data File
File
I tried each after the one above it failed. By using each method, i got the same runtime error. No data is being retrieved.
I tried debugging, but am unable to. My spreadsheet is open to view to anyone with the access to the link.
If you could figure out the error, please tell me how to debug. Also, if these will not work, is there any other way to retrieve the data in a spreadsheet, and make a list out of the 1st vertical column?
Here are my code, and component settings snippets:
Better share your aia to assist you better. Even after closing the tab and reopen also throwing this error? If so then it is corrupted as said by the expert's
As i guess it was due to that recy1 extension. Where did you download it? When i remove it, another extension also was got deleted and i find no any of the above said error appears
Thank you so much. The text recognition extension was initially giving me some problems. So I tried Recky as an alternative, but found the former more useful and stuck to it later on.
I never imagined that the extension would be the cause.
Thank you, it works perfectly now.