-
Notifications
You must be signed in to change notification settings - Fork 35
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
Fatal queuedtracking:monitor issue #269
Comments
@german-drulyk Sorry to hear this, can you please check if changing this Line in
|
@haristku FYI |
@AltamashShaikh Thank you for the quick response. Yes, using |
@german-drulyk Does everything else works as expected ? |
I am seeing no further errors in my logs and the queue does seem to be processing. However, the CMD window no longer auto-refreshes. I have to terminate and re-invoke Please let me know if you would like additional testing of something specific. Thanks! |
@german-drulyk @AltamashShaikh i was worried that this might happen, since i didn't have a chance to try the "monitor" feature in a windows environment. brb.. |
@german-drulyk Can you check if this PR solves the problem completely for you ? |
@AltamashShaikh The PR does seem to solve the The conditional check resulting in line 267 seems susceptible to false positives. Simplifying the function like this would seem sufficient:
|
@german-drulyk Can you replace |
@AltamashShaikh I replaced Additionally, the window does auto-refresh the queue counts now. |
@german-drulyk Thanks for testing this 👍 |
disable monitor interactive paging on windows #269
@german-drulyk Released v5.1.1 of the plugin with a fix. |
Error:
Platform:
Windows Server 2022
PHP x64 8.3.10
Matomo 5.1.1
Queued Tracking 5.1.0
Issue:
Windows PHP DOES NOT ship with
readline_callback_handler_install()
; contrary to the claim made at https://www.php.net/manual/en/readline.installation.phpPHP Versions tested:
7.1.0 x64
7.4.9 x64
8.1.9 x64
8.3.10 x64
8.3.12 x64
Additional resources
https://stackoverflow.com/a/71178783
The text was updated successfully, but these errors were encountered: