evilpie / add-custom-search-engine

Add a custom search engine to the list of available search engines in Firefox
https://addons.mozilla.org/en-US/firefox/addon/add-custom-search-engine/
Mozilla Public License 2.0
173 stars 13 forks source link

Firefox could not download the search plugin from: https://paste.mozilla.org/pJ3A8P8M/raw #45

Closed shimself closed 2 years ago

shimself commented 2 years ago

Firefox could not download the search plugin from: https://paste.mozilla.org/pJ3A8P8M/raw

that's it. win 10 64 latest FF.

evilpie commented 2 years ago

@shimself Is this a persistent error for you?

allanlaal commented 2 years ago

this occurs when rel=search is not present for that field (~ https://github.com/evilpie/add-custom-search-engine/wiki/Technical-Limitation)

could we bypass this with creating a XML file 'Save As' instead in these cases? .. and then instructing the user how to import that xml search engine manually

evilpie commented 2 years ago

this occurs when rel=search is not present for that field (~ https://github.com/evilpie/add-custom-search-engine/wiki/Technical-Limitation)

I am not sure what this means. This error usually happens when there is some connection issue on the user side or sometimes the paste.mozilla.org server has issue.

could we bypass this with creating a XML file 'Save As' instead in these cases? .. and then instructing the user how to import that xml search engine manually

There really is no convenient way to manually import the OpenSearch XML file for a user.

evilpie commented 2 years ago

Closing

nicbou commented 2 years ago

I have the same issue here. I just installed the plugin. The URL works (if I access it manually) until I try to add the new search engine (by right-clicking the omnibar). Then it returns a 404. Could the extension delete the paste too quickly?

evilpie commented 2 years ago

Please open a new issue not comment on existing ones. The link that we produce from paste.mozilla.org is only valid once. So visiting it manually before installing the search engine via the UI is going to always fail.