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

An error occurs in the notification of poll #10241

Closed
mayaeh opened this issue Mar 12, 2019 · 0 comments
Closed

An error occurs in the notification of poll #10241

mayaeh opened this issue Mar 12, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@mayaeh
Copy link
Contributor

mayaeh commented Mar 12, 2019

Actual behaviour

Since #10209 , creating a poll will result in errors on the server that created it and on the server that voted.

The side that made the poll:

  • Job: ActivityPub::DeliveryWorker
  • Error Class: ArgumentError
  • Error Message: Delivery failed for : ArgumentError

The side who voted:

  • Job: ActivityPub::ProcessingWorker
  • Error Class: NoMethodError
  • Error Message: undefined method `invalid_origin?' for #ActivityPub::Activity::Update:0x000056551b494af0
  • Stack trace is here

Steps to reproduce the problem

Make a poll, vote on another server and wait until the deadline.

Specifications

equivalent Mastodon master 85537b0

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

No branches or pull requests

2 participants