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

remove plugins that are useless and will not run. #1082

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

petersilva
Copy link
Contributor

the tolocal.py expects a message field "urlstr" to be present in the message, which isn't there in v3. so it will just crash if you try to use it. We could fix it, but what does it do? It converts a web url to a local file url...

We already have working tolocalfile.py which does that. The only "advantage" of tolocal is that it has a paired callback "tohttp.py" but that just does what an ordinary post_baseURl setting will do in sr3. so tohttp.py is useless, tofile.py doesn't work and there is an existing working implementation anyways... so... bye...

the tolocal.py expects a message field "urlstr" to be present in the
message, which isn't there in v3. so it will just crash if you try to
use it.  We could fix it, but what does it do? It converts a web
url to a local file url...

We already have working tolocalfile.py which does that.  The only
"advantage" of tolocal is that it has a paired callback "tohttp.py"
but that just does what an ordinary *post_baseURl* setting will do
in sr3. so tohttp.py is useless, tofile.py doesn't work and there is
an existing working implementation anyways... so... bye...
@petersilva petersilva marked this pull request as ready for review May 31, 2024 17:57
Copy link

Test Results

2 tests   0 ✅  14s ⏱️
1 suites  0 💤
1 files    0 ❌  2 🔥

For more details on these errors, see this check.

Results for commit e21f077.

@petersilva petersilva merged commit c5d0f90 into development Jun 1, 2024
24 of 35 checks passed
@petersilva petersilva deleted the remove_useless_plugins branch June 6, 2024 21:02
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.

2 participants