Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HTTP Error]: Status Code 128 #320

Closed
2 tasks done
r-rajaneesh opened this issue Aug 19, 2024 · 2 comments
Closed
2 tasks done

[HTTP Error]: Status Code 128 #320

r-rajaneesh opened this issue Aug 19, 2024 · 2 comments
Labels
Type: bug Something isn't working

Comments

@r-rajaneesh
Copy link

Checks

Description

{ hello: 'readme-workflows.glitch.me' }
⬤  debug     Something went wrong
✖  fatal     Error: Invalid status code: 128 
    at ChildProcess.<anonymous> (/home/runner/work/_actions/Readme-Workflows/recent-activity/v2.4.1/dist/index.js:20:171504)
    at ChildProcess.emit (node:events:519:28)
    at maybeClose (node:internal/child_process:1105:16)
    at Socket.<anonymous> (node:internal/child_process:457:11)
    at Socket.emit (node:events:519:28)
    at Pipe.<anonymous> (node:net:3[38](https://github.com/r-rajaneesh/r-rajaneesh/actions/runs/10452994062/job/28942572501#step:3:39):12)

Steps to reproduce

Just a new repo with the old settings.
https://github.com/r-rajaneesh/r-rajaneesh

Configuration

`.github/workflows/update-readme.yml`

name: Update README

on:
  schedule:
    # Runs every first and 2 hrs.
    - cron: '* 2 * * *'
  workflow_dispatch:

jobs:
  activity:
    name: Update README with recent activity
    runs-on: ubuntu-latest

    steps:
      - name: Checkout repo
        uses: actions/checkout@v4

      - name: Recent GitHub Activity - Profile Readme
        uses: Readme-Workflows/recent-activity@v2.4.1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


`.github/recent-activity.config.yml`
```yml
settings:
  #username: "Readme-Workflows" # Replace with your username or comment out this line
  commit_msg: "Update README with the recent activity"
  readme_file: "./README.md"
  date:
    text: "Last Updated: {DATE} (GMT)"


### Expected behaviour

Should update the readme.

### Actual behaviour

failed with a HTTP error leading to a non-existent repo on glitch.

### Failed runs

https://github.com/r-rajaneesh/r-rajaneesh/actions/runs/10452994062
@r-rajaneesh r-rajaneesh added the Type: bug Something isn't working label Aug 19, 2024
@readme-workflows
Copy link

Thank you for opening your first issue on this Repository @r-rajaneesh

A maintainer should reply to you shortly. While you wait, make sure to have read our Contributing Guidelines.
You can also join our Discord Server to ask questions or have a casual chat.

@r-rajaneesh
Copy link
Author

Closing due to the maintainer's very busy schedule!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant