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

UnboundLocalError: local variable 'status' referenced before assignment #26

Open
giuffridait opened this issue Jun 5, 2023 · 1 comment

Comments

@giuffridait
Copy link

When sending a new prompt, I see this error on the original terminal :
========================================= Traceback (most recent call last): File "/receiver.py", line 130, in <module> receiver.main() File "/receiver.py", line 107, in main self.collecting_results() File "/receiver.py", line 68, in collecting_results self.awaiting_list.loc[id] = [prompt, status] UnboundLocalError: local variable 'status' referenced before assignment

Is there any way I can fix it?

@zueliye
Copy link

zueliye commented Jun 12, 2023

Because you modified the model used by midjourney, continue to modify it to --v 5

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