I am trying to use models/gemini-2.5-computer-use-preview-10-2025 to automate user actions on devices in my network.
When I try to run the model on the web UI of a specific device in my local network I keep getting blocked with blockReason: “OTHER” even though I am not violating any usage policy.
Running the model with the same prompt on another type of device in my local network works ok.
Here is an example for such a blocked request:
request id is: XupCaY2WFpa0nsEPmOOvsQw
model response is:
{
"candidates": [
{
"content": {}
}
],
"promptFeedback": {
"blockReason": "OTHER"
},
"usageMetadata": {
"promptTokenCount": 1860,
"totalTokenCount": 1860,
"promptTokensDetails": [
{
"modality": "TEXT",
"tokenCount": 54
},
{
"modality": "IMAGE",
"tokenCount": 1806
}
]
},
}