facing issues while downloading CAMS data #1903
-
Unable to download CAMS data. error - TypeError: cannot unpack non-iterable NoneType object
error File ~\anaconda3\lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec File c:\users............\python codes\iotools\cams\cams.py:23 TypeError: cannot unpack non-iterable NoneType object |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@sghbpp I am able to reproduce the error when I use an email that is not registered on the SoDa portal. However, when I use a registered email, the code snippet above works just fine. Fortunately, the error message handling is currently being updated, which should provide more helpful error messages in the future (see #1799 and #1905) In the future, please post potential code bugs as issues instead of in the discussion section. |
Beta Was this translation helpful? Give feedback.
@sghbpp I am able to reproduce the error when I use an email that is not registered on the SoDa portal. However, when I use a registered email, the code snippet above works just fine.
Fortunately, the error message handling is currently being updated, which should provide more helpful error messages in the future (see #1799 and #1905)
In the future, please post potential code bugs as issues instead of in the discussion section.