Skip to content

Querying for a document and getting "invalid utf-8 sequence of 1 bytes from index 119" despite not even trying to deserialize anything #595

Querying for a document and getting "invalid utf-8 sequence of 1 bytes from index 119" despite not even trying to deserialize anything

Querying for a document and getting "invalid utf-8 sequence of 1 bytes from index 119" despite not even trying to deserialize anything #595

Workflow file for this run

---
name: Remove Labels
on:
issue_comment:
types: [created, edited]
jobs:
remove-labels:
if: ${{ github.actor != 'Tom Selander'
&& github.actor != 'abr-egn' && github.actor != 'isabelatkinson'}}
runs-on: ubuntu-latest
steps:
- name: initial labeling
uses: andymckay/labeler@master
with:
remove-labels: "waiting-for-reporter, Stale"