We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running latest master and visit my own likes page http://localhost:3000/likes/%40Vz6v3xKpzViiTM%2FGAe%2BhKkACZSqrErQQZgv4iqQxEn8%3D.ed25519
The page loads but oasis crashes and i get this in the terminal. Guessing it's one of the profile pics/attached images that fail to load?
/home/me/prj/ssb/oasis/src/index.js:132 throw err; ^ [Error: VipsJpeg: Corrupt JPEG data: 50 extraneous bytes before marker 0xd4 vips2png: unable to write to target target ]
Would need to debug more to find the broken image/whatever.
The text was updated successfully, but these errors were encountered:
Oh, interesting bug. Thanks for reporting this. I'd probably put the offending code in a try...except block to avoid the throw.
Sorry, something went wrong.
No branches or pull requests
What's the problem you want solved?
I'm running latest master and visit my own likes page http://localhost:3000/likes/%40Vz6v3xKpzViiTM%2FGAe%2BhKkACZSqrErQQZgv4iqQxEn8%3D.ed25519
The page loads but oasis crashes and i get this in the terminal. Guessing it's one of the profile pics/attached images that fail to load?
Is there a solution you'd like to recommend?
Would need to debug more to find the broken image/whatever.
The text was updated successfully, but these errors were encountered: