-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
RuntimeError when refreshing accounts locally #4670
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
Comments
I think this is a duplicate of #4077, also, you need to create a social application in your local instance to be able to use that functionality. |
@stsewd Okay. Also I was able to reproduce the issue after creating a social application. |
Your local instance needs to be visible from the internet to make this work properly, closing in favor of #4077 |
I use ngrok to test the github integration btw. |
Oh okay. Yeah I am familiar with |
Details
A RuntimeError is returned when
refreshing your accounts
is clicked because get_task_data gets task result which results in a RuntimeError saying*** RuntimeError: Cannot retrieve result with task_always_eager enabled
Steps to Reproduce
Setup the project locally
Click on refresh your accounts under the
Import a Repository
sectionThe text was updated successfully, but these errors were encountered: