Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

AUR third party issues #2233

Closed
andrey-p opened this issue Oct 16, 2015 · 2 comments
Closed

AUR third party issues #2233

andrey-p opened this issue Oct 16, 2015 · 2 comments

Comments

@andrey-p
Copy link
Contributor

It seems the AUR API is having trouble with our callback format, and throws an error if we pass a callback with underscores.

Compare: https://aur.archlinux.org/rpc.php?type=search&arg=foobar&callback=foo and https://aur.archlinux.org/rpc.php?type=search&arg=foobar&callback=foo_bar

Discovered that with our new error logging thingamajig :)

@moollaza
Copy link
Member

@andrey-p thanks!

It looks like we'll need to use spice wrap_jsonp_callback to make NGINX wrap the response in a callback

@moollaza
Copy link
Member

@andrey-p my mistake, looks like this was already solved a few days ago: #2233

It will go live with the next release!

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

No branches or pull requests

2 participants