Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#26577 - [clamz]

Attached to Project: Community Packages
Opened by Daniel Sato (pretzelface) - Saturday, 22 October 2011, 21:31 GMT
Last edited by Lukas Fleischer (lfleischer) - Sunday, 23 October 2011, 15:39 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Clamz will not open AMZ files from Cloud Player. Amazon has changed the format of the AMZ file. There is already a patch available on the Clamz developer forum, but it hasn't made it into a release yet: http://code.google.com/p/clamz/issues/detail?id=29

I applied the patch and rebuilt the package, and it now works fine.

I'm not sure if this is considered an "upstream" problem or whether the PKGBUILD can be updated to reflect the available patch.

Additional info:
* package version(s) 0.4
* config and/or log files etc.


Steps to reproduce:

Run Clamz on an AMZ file from the Cloud Player. It returns:

ERROR: Invalid base64 data in AMZ file
This task depends upon

Closed by  Lukas Fleischer (lfleischer)
Sunday, 23 October 2011, 15:39 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 0.4-4.
Comment by Alexander F. Rødseth (xyproto) - Sunday, 23 October 2011, 15:02 GMT
Tried reproducing, but got this from the amazon cloud player webpage when trying to log in for the first time (as text, in my browser):

Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 701, in __call__
handler.get(*groups)
File "/base/data/home/apps/the-cloud-player/3.346397420283381132/the-cloud-player.py", line 84, in get
app_user = utils.init_new_user(google_user)
File "/base/data/home/apps/the-cloud-player/3.346397420283381132/utils.py", line 35, in init_new_user
app_user.put()
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1053, in put
return datastore.Put(self._entity, config=config)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 602, in Put
return PutAsync(entities, **kwargs).get_result()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 592, in get_result
return self.__get_result_hook(self)
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1545, in __put_hook
self.check_rpc_success(rpc)
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1180, in check_rpc_success
rpc.check_success()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 558, in check_success
self.__rpc.CheckSuccess()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess
raise self.exception
OverQuotaError: The API call datastore_v3.Put() required more quota than is available.

Loading...