【发布时间】:2021-12-29 01:18:49
【问题描述】:
当我尝试使用 shopifyapi 库访问店面时遇到此错误
self.endpoint = shopify.ShopifyResource.get_site() + "/graphql.json" 类型错误:+ 不支持的操作数类型:“NoneType”和“str”
【问题讨论】:
-
shopify.ShopifyResource.get_site()正在返回None,您不能使用+来求和None和str。 -
我明白,我不明白为什么它没有返回任何 tyoe
标签: python graphql shopify shopify-api storefront