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

NoMethodError: undefined method []' for nil in github-events.rb` #325

Closed
yegor256 opened this issue Sep 4, 2024 · 5 comments · Fixed by #326
Closed

NoMethodError: undefined method []' for nil in github-events.rb` #325

yegor256 opened this issue Sep 4, 2024 · 5 comments · Fixed by #326
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@yegor256
Copy link
Member

yegor256 commented Sep 4, 2024

I found it here:

D: Found 40 fact(s) by '(and (eq repository 799113787) (eq what 'release-published'))' in 25ms
D: Octokit::Client.compare("yegor256/judges", "0.26.0", "0.26.1") in 439ms
NoMethodError: undefined method `[]' for nil
	/action/judges/github-events/github-events.rb:52:in `block in fetch_contributors'
	/action/judges/github-events/github-events.rb:51:in `each'
	/action/judges/github-events/github-events.rb:51:in `fetch_contributors'
	/action/judges/github-events/github-events.rb:265:in `fill_up_event'
	/action/judges/github-events/github-events.rb:319:in `block (4 levels) in <top (required)>'
	/usr/local/bundle/gems/factbase-0.4.0/lib/factbase/looged.rb:65:in `block in txn'
	/usr/local/bundle/gems/factbase-0.4.0/lib/factbase/rules.rb:73:in `block in txn'
	/usr/local/bundle/gems/factbase-0.4.0/lib/factbase.rb:168:in `txn'
	/usr/local/bundle/gems/factbase-0.4.0/lib/factbase/rules.rb:72:in `txn'
	/usr/local/bundle/gems/factbase-0.4.0/lib/factbase/pre.rb:62:in `txn'
	/usr/local/bundle/gems/factbase-0.4.0/lib/factbase/looged.rb:63:in `txn'
	/action/judges/github-events/github-events.rb:310:in `block (3 levels) in <top (required)>'
	/action/judges/github-events/github-events.rb:298:in `each'
	/action/judges/github-events/github-events.rb:298:in `each_with_index'
	/action/judges/github-events/github-events.rb:298:in `block (2 levels) in <top (required)>'
	/usr/local/bundle/gems/fbe-0.0.61/lib/fbe/iterate.rb:109:in `block (2 levels) in over'
	/usr/local/bundle/gems/fbe-0.0.61/lib/fbe/iterate.rb:88:in `each'
	/usr/local/bundle/gems/fbe-0.0.61/lib/fbe/iterate.rb:88:in `block in over'
@yegor256 yegor256 added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Sep 4, 2024
@Yegorov
Copy link
Contributor

Yegorov commented Sep 4, 2024

@yegor256 can i try fix it?

@yegor256
Copy link
Member Author

yegor256 commented Sep 4, 2024

@Yegorov sure, please go ahead

Yegorov added a commit to Yegorov/judges-action that referenced this issue Sep 4, 2024
yegor256 added a commit that referenced this issue Sep 4, 2024
@yegor256
Copy link
Member Author

yegor256 commented Sep 4, 2024

@rultor release, tag is 0.0.51

@rultor
Copy link
Contributor

rultor commented Sep 4, 2024

@rultor release, tag is 0.0.51

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Sep 4, 2024

@rultor release, tag is 0.0.51

@yegor256 Done! FYI, the full log is here (took me 30min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants