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

'PipelineRunner' object has no attribute 'get_next_run_time' #2

Open
edmundman opened this issue Nov 18, 2024 · 1 comment
Open

'PipelineRunner' object has no attribute 'get_next_run_time' #2

edmundman opened this issue Nov 18, 2024 · 1 comment

Comments

@edmundman
Copy link

Next cycle:
2024-11-18 17:21:39 Activation time: 04:02:29 PM
2024-11-18 17:21:39 Deactivation time: 04:17:26 PM
2024-11-18 17:21:39 Duration: 15.0 minutes
2024-11-18 17:21:39 Daily post cycles so far: 0
2024-11-18 17:21:39 Burst mode: No
2024-11-18 17:21:39
2024-11-18 17:21:39 Pipeline activated at: 16:02:34
2024-11-18 17:21:39 Error in pipeline cycle: 'PipelineRunner' object has no attribute 'get_next_run_time'

Hey getting this error, no posts so far . I changed the python version to 3.10 as 3.9 did not seem to be building. reckon thats the issue ?

@fortydegrees
Copy link

fortydegrees commented Nov 20, 2024

pretty sure it's just a little bug. in run_pipeline.py, line ~72, change:

        next_run = self.get_next_run_time()

to:

        next_run = self.behavior_simulator.get_next_run_time()

that said, i don't think the code checked into this repository is the full code the agent is currently running. i think in its current state it's set up to only reply to posts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants