ckan / ckan/ckanext-googleanalytics
TypeError and ImportError
- Dominant language
- Python
- Stars
- 36
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
After I executing loadanalytics command,
`paster loadanalytics credentials.json --config=/etc/ckan/etc/default/production.ini`
It showed 1 warni & 2 errors :
- WARNI [googleapiclient.discovery_cache] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
- ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth 2005-01-01 -> 2019-10-28
- TypeError: cannot concatenate 'str' and 'NoneType' objects
I thought WARNI can be ignored, but how about the other two errors?
My ckan version is 2.7

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.