TypeError("cannot serialize '_io.BufferedReader' object")
See original GitHub issue~/Downloads/himawaripy-master > himawaripy
Updating...
Latest version: 2016/07/31 19:10:00 GMT
Offset version: 2016/07/31 14:28:00 GMT
Downloading tiles: 0/16 completedTraceback (most recent call last):
File "/usr/local/bin/himawaripy", line 9, in <module>
load_entry_point('himawaripy==1.1', 'console_scripts', 'himawaripy')()
File "/usr/local/lib/python3.5/dist-packages/himawaripy-1.1-py3.5.egg/himawaripy/himawaripy.py", line 88, in main
File "/usr/lib/python3.5/multiprocessing/pool.py", line 260, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/usr/lib/python3.5/multiprocessing/pool.py", line 608, in get
raise self._value
multiprocessing.pool.MaybeEncodingError: Error sending result: '<multiprocessing.pool.ExceptionWithTraceback object at 0x7f435fe7ebe0>'. Reason: 'TypeError("cannot serialize '_io.BufferedReader' object",)'
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (5 by maintainers)
Top Results From Across the Web
cannot serialize '_io.BufferedReader' object" error when ...
BufferedReader ' object message I am unsure on what to do here and how can I go on to fix it. Any assistance...
Read more >[tune] TypeError: cannot serialize '_io.BufferedReader' object
What is the problem? 2020-06-01 15:34:33,008 INFO resource_spec.py:212 -- Starting Ray with 7.42 GiB memory available for workers ...
Read more >How to fix "TypeError: cannot serialize '_io.BufferedReader' ...
I have a simple code where I am reading an excel .xlsx file as a dataframe and then writing it back as a...
Read more >QueryDict.copy() returns closed files when the type of file is ...
However, the deepcopy() crashes on Python 3 with: TypeError: cannot serialize '_io.BufferedRandom' object. Accepting for further investigation.
Read more >cannot serialize _io.BufferedReader object问题总结反思
在进行多进程自动化测试代码编写时,出现了cannot serialize _io.BufferedReader object错误,是将一个不可序列化的对象传递给对象从而导致的问题。
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I found the issue that causing this. It’s the timezones as mentioned in #68 I’m from asia and It worked after I changed my timezone to New York and it worked like a charm
And setting auto_offset to False in config.py also have solved the problem without altering the timezones
@smenon8 How is this relevant to himawaripy?