触发器.io工具箱在上传私有modu时死亡

2024-03-28 13:55:48 发布

您现在位置:Python中文网/ 问答频道 /正文

尝试上载触发器应用程序的自定义模块时出错。我不确定发生了什么;看起来可能是一个错误的响应一个格式错误的json。你知道吗

Error in remote call to api.post_files: Forge API call to module/admob/version went wrong: Expecting object: line 9 column 1 (char 174)


Traceback (most recent call last):
  File "/Users/kevzettler/Library/Trigger Toolkit/build-tools/forge/async.py", line 106, in run
    result = self._target(*self._args, **self._kwargs)
  File "/Users/kevzettler/Library/Trigger Toolkit/trigger/api/api.py", line 20, in post_files
    return forge_tool.singleton.remote._api_post(method, data=data, cookies=cookies, files=opened_files)
  File "/Users/kevzettler/Library/Trigger Toolkit/build-tools/forge/remote.py", line 475, in _api_post
    _check_api_response_for_error(url, 'POST', resp)
  File "/Users/kevzettler/Library/Trigger Toolkit/build-tools/forge/remote.py", line 121, in _check_api_response_for_error
    _raise_if_json_error(content_dict, error_template, resp, url)
  File "/Users/kevzettler/Library/Trigger Toolkit/build-tools/forge/remote.py", line 81, in _raise_if_json_error
    raise RequestError(resp, error_message, errors=errors)
RequestError: Forge API call to module/admob/version went wrong: Expecting object: line 9 column 1 (char 174)

Tags: inpyapiremotelinelibraryerrorcall
1条回答
网友
1楼 · 发布于 2024-03-28 13:55:48

它看起来像你的配置文件的内容_架构.json文件无效。你知道吗

不幸的是,您看到的错误消息不是很有用。好消息是,更新的平台版本在上传之前可以更好地验证本地文件,因此如果您针对更新的平台版本开发模块,那么在上传之前,应该在工具箱中列出这样的错误。你知道吗

相关问题 更多 >