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

missing insta preview when social section stuck on "Juicer Problem" (net::ERR_CONNECTION_RESET) #61

Closed
openmindculture opened this issue Oct 18, 2023 · 1 comment

Comments

@openmindculture
Copy link
Owner

openmindculture commented Oct 18, 2023

Broken Insta-Preview: Race Condition?

Sometimes, there is no social media content at all, no static preview anymore, no juicer Instagram feed yet.

Chrome inspection screenshot

This happens when juicer element starts loading but does not finish.

Adding a min height to the wrapper div reveals Juicer's loading animation:
image

That's a "Juicer Problem" caused by

console error screenshot

net::ERR_CONNECTION_RESET in embed.js:17 which is juicer code, not our project code.
So I should

  • report and issue and/or
  • try to work around in our project code, like
    • don't hide the placeholder until juicer has really completed loading and showing instagram data
    • schedule a retry timeout and cancel it on completion
@openmindculture openmindculture changed the title missing insta preview possible race condition missing insta preview when social section stuck on "Juicer Problem" (net::ERR_CONNECTION_RESET) Oct 18, 2023
@openmindculture
Copy link
Owner Author

asked juicer to fix the error or add a retry option,
improved visual behavior in #60

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

1 participant