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 message: Could not start manager on discover plugin [movie task]

See original GitHub issue

Expected behaviour:

Task to execute and run discover plugin for movies

Actual behaviour:

It exits with message Could not start manager: and does not start the task

Steps to reproduce:

  • Step 1: execute task for movies

Config:

https://pastebin.com/Hte5jZtA

Log:

pi@raspberrypi:~ $ flexget --debug execute --tasks movies --discover-now --now
2017-05-31 01:01 DEBUG    manager                       Figuring out config load paths
2017-05-31 01:01 DEBUG    manager                       Found config: /home/pi/.flexget/config.yml
2017-05-31 01:01 DEBUG    manager                       Config file /home/pi/.flexget/config.yml selected
2017-05-31 01:01 DEBUG    manager                       sys.defaultencoding: ascii
2017-05-31 01:01 DEBUG    manager                       sys.getfilesystemencoding: UTF-8
2017-05-31 01:01 DEBUG    manager                       flexget detected io encoding: utf-8
2017-05-31 01:01 DEBUG    manager                       os.path.supports_unicode_filenames: False
There is a FlexGet process already running for this config, sending execution there.
2017-05-31 01:01 DEBUG    manager                       Sending command to running FlexGet process: [u'--debug', u'execute', u'--tasks', u'movies', u'--discover-now', u'--now']
2017-05-31 01:01 DEBUG    cron_env                      Encoding UTF-8 stored
2017-05-31 01:01 DEBUG    util.simple_persistence                 setting key terminal_encoding value 'UTF-8'
2017-05-31 01:01 VERBOSE  manager                       There is a task already running, execution queued.
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/flexget/__init__.py", line 42, in main
    manager.start()
  File "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 310, in start
    client.handle_cli(self.args)
  File "/usr/local/lib/python2.7/dist-packages/rpyc/core/netref.py", line 196, in __call__
    return syncreq(_self, consts.HANDLE_CALL, args, kwargs)
  File "/usr/local/lib/python2.7/dist-packages/rpyc/core/netref.py", line 71, in syncreq
    return conn.sync_request(handler, oid, *args)
  File "/usr/local/lib/python2.7/dist-packages/rpyc/core/protocol.py", line 467, in sync_request
    raise socket.timeout
timeout

Additional information:

  • Flexget Version: 2.10.56
  • Python Version: Python 2.7.9
  • Installation method: PIP
  • OS and version: Raspbian Jessy
  • Link to crash log:

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
mdentremontcommented, Jun 3, 2017

I’m seeing this 100% of the time on my end - same debug log as @chewy74

Edit: I downgraded to 2.10.50 and the error was still present - but then I noticed that rpyc (where the error is occuring) was updated 4 days ago. After downgrading it from 3.4.0 to 3.3.0, flexget works fine.

1reaction
liiightcommented, Jun 3, 2017

Motherf…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Drupal 9 updating issue - Drupal\Component\Plugin ...
in the first time i got the error message: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "panels" plugin does not exist.
Read more >
Bug listing with status RESOLVED with resolution OBSOLETE ...
Bug :1523 - "[IDEA] Offload work by distributing trivial ebuild maintenance to ... Bug:166387 - "dev-java/openjms-0.7.6.1-r1 cannot start (classpath issue)" ...
Read more >
java - Cannot resolve org.springframework.cloud:spring-cloud ...
Here is the error: Cannot resolve org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:unknown. I am using Spring Boot 2.3.5 ...
Read more >
MID Server fails to start - ServiceNow Docs
Routine maintenance is scheduled for Sunday, December 18, 2022. The site may be temporarily unavailable for short periods of time. ×.
Read more >
Common Discovery Issues - Ivanti
The following error message is for earlier implementations that still use the Service Manager ... Cannot open database "IMReadOnly" requested by the login....
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