问题描述
您好,
尝试使用bing报告时遇到问题。尝试使用报告服务管理器时,我收到以下错误:
I have a problem when trying to use bing reports. When trying to use the reporting service manager i'm getting the following error:
文件"/opt/bitnami/python/lib/python2.7/site-packages/bingads/reporting/reporting_service_manager.py" ;,第39行,在__init__中
  self._service_client = ServiceClient('ReportingService',authorization_data,environment,** suds_options)
文件"/opt/bitnami/python/lib/python2.7/site-packages/bingads/service_client.py" ;,第36行,in __init__
  suds_options ['cache'] = ObjectCache(location,days = 1)
文件"build / bdist.linux-x86_64 / egg / suds / cache.py",第119行,在__init__中
文件"build / bdist.linux-x86_64 / egg / suds / cache.py",第242行,在checkversion中为
文件"build / bdist.linux-x86_64 / egg / suds / cache.py",第211行,清除
OSError:[Errno 2]没有这样的文件或目录:'/ tmp / suds / ubuntu'
File "/opt/bitnami/python/lib/python2.7/site-packages/bingads/reporting/reporting_service_manager.py", line 39, in __init__
self._service_client = ServiceClient('ReportingService', authorization_data, environment, **suds_options)
File "/opt/bitnami/python/lib/python2.7/site-packages/bingads/service_client.py", line 36, in __init__
suds_options['cache'] = ObjectCache(location, days=1)
File "build/bdist.linux-x86_64/egg/suds/cache.py", line 119, in __init__
File "build/bdist.linux-x86_64/egg/suds/cache.py", line 242, in checkversion
File "build/bdist.linux-x86_64/egg/suds/cache.py", line 211, in clear
OSError: [Errno 2] No such file or directory: '/tmp/suds/ubuntu'
知道这意味着什么吗?
谢谢
推荐答案
我希望这有帮助!
这篇关于报告服务经理的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!