Skip to content

AI error on Android (Pro subscription): "The AI encountered an error while handling your request" #3775

AI error on Android (Pro subscription): "The AI encountered an error while handling your request"

AI error on Android (Pro subscription): "The AI encountered an error while handling your request" #3775

Workflow file for this run

name: GDevelop Issues automatic workflow
on:
issues:
types: [opened]
jobs:
autocomment:
runs-on: ubuntu-latest
if: contains(github.event.issue.body, 'The node to be removed is not a child of this node')
steps:
- name: Autocomment indications on bug if it looks like #3453
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hi @${{ github.actor }}!
Thank you for taking the time to open an issue.
The solved issue #3453 mentioned a similar error, maybe it could help fix this new issue.