Save image #169
Unanswered
MaxKarpyza
asked this question in
Q&A
Save image
#169
Replies: 2 comments
-
I am also having some trouble figuring out how to get a image file. I have:
and when I
Response has a 200, but it throws a:
So looks like it doesn't know what to do with byte requests? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I didn't spend much time digging on this, but in botasaurus/utils.py write_json() it is failing if you have a bytes object. I changed my version to skip on byte data.
Haven't done any testing or digging to see what that might break, but in case anyone sees this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried bt. save_image and the Driver download_file function. In the first case, the code returned is not 200, in the second case, it does not save anything at all. How else can I save the file? Site for testing https://www.sushifuji.ru/ufa
Beta Was this translation helpful? Give feedback.
All reactions