mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #207] [BUG] [Firefox] cannot download search plugin from ... error #144
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lwndp on GitHub (Feb 22, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/207
Describe the bug
I deployed Whoogle via heroku and now get the following error in FF: Firefox could not download the search plugin from: [my heroku url]
Is this a known issue? How can it be resolved?
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
@benbusby commented on GitHub (Feb 26, 2021):
Hmmm, no I haven't seen this yet. Are you able to access
<your whoogle url>/opensearch.xml?I just deployed the heroku beta version without any issues, could you try that? You can use this link to deploy the beta version.
@lwndp commented on GitHub (Feb 26, 2021):
Hi Ben, thanks for the reply! I can indeed access the xml, also in Firefox. I deployed the beta you've linked, but the issue's still there.
However I guess I've found the issue: After deploying without user/pw authentication, it works. Is that a bug on my end or on application level?
@benbusby commented on GitHub (Feb 26, 2021):
Ah, yeah that's on my end. I'm requiring authentication to reach the opensearch file (maybe I had a reason for that at some point, I can't think of one now though).
I'll push a fix shortly.
@benbusby commented on GitHub (Feb 26, 2021):
Alright should be fixed now -- try redeploying the beta version and let me know if you encounter any issues (I validated the fix on my end, but just want to double check).
@lwndp commented on GitHub (Feb 26, 2021):
@benbusby can confirm that it works now. Thanks for the quick fix, that's incredible!