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

Call to undefined method OCA\LookupServerConnector\BackgroundJobs\RetryJob::shouldRun() #4756

Closed
ChristophWurst opened this issue May 9, 2017 · 3 comments
Assignees
Labels
1. to develop Accepted and waiting to be taken care of bug

Comments

@ChristophWurst
Copy link
Member

Steps to reproduce

  1. Update to nc12 beta1
  2. Watch the log get spammed

Expected behaviour

Clean log

Actual behaviour

Get Call to undefined method OCA\LookupServerConnector\BackgroundJobs\RetryJob::shouldRun() at /var/www/nextcloud/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php#57

Server configuration

Operating system:

Web server:

Database:

PHP version:
5.6

Nextcloud version: (see Nextcloud admin page)
NC12 beta1

See

if ($this->shouldRun($this->argument)) {

https://github.com/nextcloud/server/blob/37b847ec48bab86f6d126f5c2185f0a5bc0a4267/lib/private/BackgroundJob/Job.php doesn't have that method. Was it removed?

cc @schiessle @nickvergessen

@ChristophWurst ChristophWurst added 1. to develop Accepted and waiting to be taken care of bug labels May 9, 2017
@ChristophWurst ChristophWurst added this to the Nextcloud 12.0 milestone May 9, 2017
@rullzer
Copy link
Member

rullzer commented May 9, 2017

@schiessle

@benediktg
Copy link
Member

I have Nextcloud 12 beta 2 and the same problem. As #4788 was merged yesterday I assume it will be contained in beta 3?

screenshot_20170511_141501
screenshot_20170511_141453
screenshot_20170511_141435

@nickvergessen
Copy link
Member

yes, sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of bug
Projects
None yet
Development

No branches or pull requests

4 participants