Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Fix for Query with Special Characters Failing Against Overseer #134

Conversation

The-Running-Dev
Copy link
Contributor

  • Modified Overseerr call to encode the query parameter
  • Added new util function, url-encode-illegal-characters (sources from hato.middleware) but with URL encoding all non alpha-numeric characters.

- Modified Overseerr call to encode the query parameter
- Added new util function, url-encode-illegal-characters (sources from hato.middleware) but with URL encoding all non alpha-numeric characters.
- Re-ordered string replacement to fix double encoding
- Revering personal configuration...one should not code while high
@kiranshila kiranshila merged commit fd0fc92 into kiranshila:main Feb 8, 2024
@kiranshila
Copy link
Owner

This is a good solution for now - but I think I need to figure out why hato wasn't URL-encoding everything.

@The-Running-Dev
Copy link
Contributor Author

You know this issue...you commented on the Overseer repo...sct/overseerr#2010

Look at my last comment here. https://www.reddit.com/r/Clojure/comments/1akfy0a/comment/kp9v1eo/?context=3
It's not that the encoding is wrong, it's that Hato is using + to encode spaces, but Overseer expects %20.

@kiranshila
Copy link
Owner

You know this issue...you commented on the Overseer repo...sct/overseerr#2010

And I had promptly forgotten about it.

truecharts-admin added a commit to truecharts/charts that referenced this pull request Feb 12, 2024
…6.3@426517f by renovate (#18133)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/kiranshila/doplarr](https://togithub.com/kiranshila/Doplarr)
| patch | `v3.6.2` -> `v3.6.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kiranshila/Doplarr (ghcr.io/kiranshila/doplarr)</summary>

###
[`v3.6.3`](https://togithub.com/kiranshila/Doplarr/releases/tag/v3.6.3)

[Compare
Source](https://togithub.com/kiranshila/Doplarr/compare/v3.6.2...v3.6.3)

#### What's Changed

- Add extra detail to Discord configuration instructions by
[@&#8203;jconnop](https://togithub.com/jconnop) in
[kiranshila/Doplarr#109
- Bug: Fix for Query with Special Characters Failing Against Overseer by
[@&#8203;The-Running-Dev](https://togithub.com/The-Running-Dev) in
[kiranshila/Doplarr#134

#### New Contributors

- [@&#8203;jconnop](https://togithub.com/jconnop) made their first
contribution in
[kiranshila/Doplarr#109
- [@&#8203;The-Running-Dev](https://togithub.com/The-Running-Dev) made
their first contribution in
[kiranshila/Doplarr#134

**Full Changelog**:
kiranshila/Doplarr@v3.6.2...v3.6.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants