-
Notifications
You must be signed in to change notification settings - Fork 11
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
Garbled image output #9
Comments
Not happening in browser, only when Selenium downloads the image. Wonder if Chrome related, so could try with another driver or swap Selenium for Playwright. |
Ok this might be driver version related, just tried same code on CodeImag.es and it works fine there:
Going to https://pybites-codeimages.herokuapp.com it renders like this: |
I forked the project and installed it locally. At the moment I can't reproduce the error. |
Thanks @greywidget for trying it out. What chromedriver are you using? And did you try with the exact code example above? |
Thanks, will try it again with different versions. I wonder if Playwright gets us around this annoying issue I am facing now no Heroku atm. |
I think it does get around the problem of version differences between (for example) Google Chrome and the Chromedriver. This exerpt from talkpython
That episode is worth a listen if you haven't already. Also I'd recommend Andys Playwright Tutorial if you haven't already done it. Short and concise, I found it helpful |
Awesome, thanks! |
Need to try to reproduce now we're using Playwright (>= 0.7). I know it can even happen using carbon.now.sh in the browser, so worst case we need to add one or two spaces after the longest line of the code snippet. But let's see if it happens again (I am using the tool daily again ...) |
Nice - give me a shout if you'd like me to check anything out under Windows. |
Seems an open issue:
carbon-app/carbon#743
Originally posted by @bbelderbos in #8 (comment)
The text was updated successfully, but these errors were encountered: