question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[error] Cannot read property 'repository' of null

See original GitHub issue

Why can I get this error?

I use this configuration

name: Move assigned issue into WIP

on:
  issues:
    types: [assigned]

jobs:
  automate-project-columns:
    runs-on: ubuntu-latest
    steps:
      - uses: alex-page/github-project-automation-plus@v0.2.2
        with:
          project: Board
          column: In Progress
          repo-token: ${{ secrets.GH_SECRET }}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
altafardcommented, May 13, 2020

I found that you required to choose full control of private repositories on personal access token creation. Everything is working now. I think it will be helpful to update readme. Thanks for your help!

1reaction
altafardcommented, May 7, 2020

Nope, unfortunately it wasn’t help. I tried to rename column to In Progress, but still got the same error. Also I tried to set name of column without whitespace, and it didn’t help too. I don’t sure that the problem is in column, because column is a part of project in repository, which we can’t find.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting "Cannot read property 'pickAlgorithm' of null" error in ...
For me, the error came up while I was trying to work with the json-server module. And clearing the cache worked for me...
Read more >
err! cannot read properties of null (reading 'pickalgorithm')
The error "Cannot read property 'pickAlgorithm' of null" usually indicates that there is a problem with the package that you are trying to...
Read more >
How to deal or remove "Cannot read property 'destroy' of null"
"Cannot read property 'destroy' of null" - This error has occurred because the underlying js implementation gets failed to initialize the global ......
Read more >
Error "Cannot read properties of null (reading 'project ... - GitLab
Error Cannot read properties of null (reading 'project') is shown when installing Agent from the Agent tab. Steps to reproduce. create an empty ......
Read more >
Uncaught TypeError: Cannot read property 'forEach' of null
Uncaught TypeError : Cannot read property 'forEach' of null ... Any idea of what could I be doing wrong? Thanks. ... The issue...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found