Buffer size error #1813
Unanswered
cloud9-kj
asked this question in
Q&A, quick solutions, support
Replies: 1 comment 1 reply
-
I don't see how this error message that you are displaying there has anything to do with the CSRF token time. But the answer to that can be found (here)[https://github.com//issues/1794]). Regarding that error message you are seeing, please see the discussion about that (here)[https://bugs.python.org/issue32236] under what condition did you see this error message? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
This error message is keep coming up, is it possible to increase the size?
/usr/lib/python3.8/os.py:1023: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used return io.open(fd, *args, **kwargs)
Also, is there a way to increase the CSRF token time? Thanks
Beta Was this translation helpful? Give feedback.
All reactions