-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error 5 on Task Execution #1
Comments
Hmm interesting, I've got a few release notifications for extension updates yet, without such issues. There are only two times where I issue the "Code 5" this is when I cant find someone to inform like an super user and when there is an error while logging an error while the eMail can not be sended out. What also looks wrong to me is that you have got an email where the language string is not translated. What languages are installed on your system? Can you see something in the logs about that time? |
I ran into the issue earlier. Pure modules and template updates require a client_id as well. Simply removed the whole Extensionhelper and use the $updateValue->name for all. |
There are some errors "5" around related to Joomla updates (not extensions) during these days. See the discussion on Mattermost (Channel Town Square). |
Here is the relevant part of the joomla_scheduler log: 2024-06-17 18:21:18 INFO Erfolgreich abgeschlossene Aufgabe#05 in 8.96 (net 8.96) Sekunden. |
Today, there is another extension update waiting. This time, it's "Schuweb Sitemap", a component. |
Ah ok than this issue will be fixed too by the PR that @brbrbr proposed. Will take a look into it today and do the release too. |
The release with the patch has been pushed out: https://github.com/zero-24/plg_task_extensionupdates/releases/tag/1.0.1 |
I've installed your task plugin on a testsite. To start, I configured an email even on successfull executions. That worked fine with some test executions. Afterwards, I configured a webcron service to start the execution once daily. This worked fine for another two days, when there were no updates available.
Today there were two updates available (Advanced Module Manager and Cache Cleaner). I got an e-mail about an unsuccessfull task execution:
In addition, I got another e-mail:
So the update for the Advanced Module Manager was found, but not the update for the Cache Cleaner.
I (successfully) updated the Advanced Module Manager and forced a test execution of the task plugin. Again, I received an e-mail because of error 5.
Finally, I (successfully) updated the Cache Cleaner as well.
Another test execution of the task plugin resulted in a successful termination (as there were no more updates left).
The text was updated successfully, but these errors were encountered: