You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing a large amount of data, the computer suddenly crashed and this report dialog box popped up.
A crash occurs when executing this line broker_transactions_grouped_short = broker_transactions_grouped[-100:]
Traceback
Traceback (most recent call last):
File "C:\Users\junting\anaconda3\envs\stock-analysis\lib\site-packages\spyder\plugins\ipythonconsole\widgets\namespacebrowser.py", line 105, in get_value
timeout=CALL_KERNEL_TIMEOUT).get_value(name)
File "C:\Users\junting\anaconda3\envs\stock-analysis\lib\site-packages\spyder_kernels\comms\commbase.py", line 557, in __call__returnself._comms_wrapper._get_call_return_value(
File "C:\Users\junting\anaconda3\envs\stock-analysis\lib\site-packages\spyder\plugins\ipythonconsole\comms\kernelcomm.py", line 224, in _get_call_return_valuereturnsuper(KernelComm, self)._get_call_return_value(
File "C:\Users\junting\anaconda3\envs\stock-analysis\lib\site-packages\spyder_kernels\comms\commbase.py", line 435, in _get_call_return_valueself._wait_reply(call_id, call_name, timeout)
File "C:\Users\junting\anaconda3\envs\stock-analysis\lib\site-packages\spyder\plugins\ipythonconsole\comms\kernelcomm.py", line 246, in _wait_replyself._wait(got_reply, self._sig_got_reply, timeout_msg, timeout)
File "C:\Users\junting\anaconda3\envs\stock-analysis\lib\site-packages\spyder\plugins\ipythonconsole\comms\kernelcomm.py", line 283, in _waitraiseTimeoutError(timeout_msg)
TimeoutError: Timeout while waiting for {'9149f92be2ca4ed1988055e44b7c64fe': (True, None)}
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\junting\anaconda3\envs\stock-analysis\lib\site-packages\spyder\plugins\variableexplorer\widgets\main_widget.py", line 561, in copyself._current_editor.copy()
File "C:\Users\junting\anaconda3\envs\stock-analysis\lib\site-packages\spyder\widgets\collectionseditor.py", line 1219, in copy
obj =self.delegate.get_value(idx)
File "C:\Users\junting\anaconda3\envs\stock-analysis\lib\site-packages\spyder\widgets\collectionseditor.py", line 1555, in get_valuereturnself.parent().get_value(name)
File "C:\Users\junting\anaconda3\envs\stock-analysis\lib\site-packages\spyder\widgets\collectionseditor.py", line 1614, in get_value
value =self.shellwidget.get_value(name)
File "C:\Users\junting\anaconda3\envs\stock-analysis\lib\site-packages\spyder\plugins\ipythonconsole\widgets\namespacebrowser.py", line 107, in get_valueraiseValueError(msg % reason_big)
ValueError: <br><i>The variable is too big to be retrieved.</i><br><br><br><b>Note</b>: Please don't report this problem on Github, there's nothing to do about it.
Hey @JunTingLin, thanks for reporting. It seems that you were trying to copy a variable that is too big in the Variable Explorer. Could you confirm that?
In any case, we'll try to address this error in a future version.
Description
What steps will reproduce the problem?
When processing a large amount of data, the computer suddenly crashed and this report dialog box popped up.
A crash occurs when executing this line
broker_transactions_grouped_short = broker_transactions_grouped[-100:]
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: