- 积分
- 284
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-9-11
- 最后登录
- 1970-1-1
![[大丶只] 粉丝数:117 微博数:67 新浪微博达人勋](source/plugin/sina_login/img/light.png)
|
发表于 2019-9-9 12:03:28
|
显示全部楼层
楼主你好,按照你的脚本修改了参数批量下载逐日数据,出现了错误,还请帮忙看一下。mars - ERROR - 20190909.032358 - file (standard input) line 1 : syntax error
mars - ERROR - 20190909.032358 - file (standard input) line 1 : unexpected character in input ','
mars - FATAL - 20190909.032359 - No request
Traceback (most recent call last):
File "C:\tools\ecmwf-api-client-python\test.py", line 27, in <module>
"target": st1,
File "C:\tools\ecmwf-api-client-python\ecmwfapi\api.py", line 520, in retrieve
c.execute(req, target)
File "C:\tools\ecmwf-api-client-python\ecmwfapi\api.py", line 463, in execute
self.connection.wait()
File "C:\tools\ecmwf-api-client-python\ecmwfapi\api.py", line 360, in wait
self.call(self.location, None, "GET")
File "C:\tools\ecmwf-api-client-python\ecmwfapi\api.py", line 140, in wrapped
return func(self, *args, **kwargs)
File "C:\tools\ecmwf-api-client-python\ecmwfapi\api.py", line 340, in call
raise APIException("ecmwf.API error 1: %s" % (self.last["error"],))
APIException: u'ecmwf.API error 1: Bad request' |
|