Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something going wrong when implement the guid #63

Closed
ihoradsoperation opened this issue Nov 20, 2018 · 1 comment
Closed

Something going wrong when implement the guid #63

ihoradsoperation opened this issue Nov 20, 2018 · 1 comment

Comments

@ihoradsoperation
Copy link

ihoradsoperation commented Nov 20, 2018

Hi guys,

I have tried to implement mentioned hack, but it doesn't work.
I have faced with the following error (attached):

`Going to create 301 new line items.
Order: Prebid_name
Advertiser: name
Owner: somename@quick-cache-221920.iam.gserviceaccount.com

Line items will have targeting:
  hb_pb = 0.00, 0.05, 0.10, ... 14.90, 14.95, 15.00
  hb_bidder = appnexus
  placements = []

Is this correct? (y/n)
y
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/Users/Documents/API_AD/tasks/add_new_prebid_partner.py", line 435, in
main()
File "/Users/Documents/API_AD/tasks/add_new_prebid_partner.py", line 431, in main
currency_code,
File "/Users/Documents/API_AD/tasks/add_new_prebid_partner.py", line 61, in setup_partner
user_id = dfp.get_users.get_user_id_by_email(user_email)
File "/Users/Documents/API_AD/dfp/get_users.py", line 24, in get_user_id_by_email
user_service = dfp_client.GetService('UserService', version='v201802')
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/googleads/dfp.py", line 287, in GetService
cache=self.cache)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/googleads/common.py", line 1125, in init
endpoint, transport=transport, plugins=plugins)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/client.py", line 62, in init
wsdl, self.transport, settings=self.settings)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/wsdl/wsdl.py", line 82, in init
document = self._get_xml_document(location)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/wsdl/wsdl.py", line 143, in _get_xml_document
location, self.transport, self.location, settings=self.settings)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/loader.py", line 74, in load_external
content = transport.load(url)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/transports.py", line 113, in load
self.cache.add(url, content)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/cache.py", line 103, in add
cursor.execute("DELETE FROM request WHERE url = ?", (url,))
sqlite3.OperationalError: attempt to write a readonly database`

Can you support me how can I fix it?

@kmjennison
Copy link
Owner

This looks like a permissions issue related to caching. See:
googleads/googleads-python-lib#331
https://github.com/googleads/googleads-python-lib#how-can-i-configure-or-disable-caching

Separately: please note that placements are currently required for this tool to work (see #16). The empty placement array will throw an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants