-
Notifications
You must be signed in to change notification settings - Fork 32
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
Interacting with certain UI elements of Apple Music causes the scraper to break #105
Comments
This issue occurs after opening any context menu in Apple Music. The problem is Windows Automation UI will no longer find the "bridge" child window with the classname System Info:
|
I'm currently having similar issues and can reproduce that. Interestingly, using EnumChildWindows from the win32 API, I can at least find the window (though it takes tremendously longer). But I can't work with that window handle either. I'm using https://github.com/mmarquee/ui-automation and convert the HWND from JNA back into a Wrapper from the library but can't access any descendants whatsoever. Using "Accessibility Insights for Windows" by Microsoft all Elements including their properties can still be accessed - so I guess it would be interesting to know how they resolve all elements and children. It is Open Source, but I'm not that fit in C# / .NET and have no idea where to look remotely: https://github.com/microsoft/accessibility-insights-windows |
This should be fixed in the next release. |
Fixed in 1.4.9. Feel free to reopen if you still have this issue. |
Version Info
AMWin-RP v1.4.5 (region: VN)
Apple Music 1.4.6.85 (1.1030.21762.0)
Describe the bug
Open a song context menu (right click or click
...
of a song in a playlist)or
...
of the current song infoApple Music song panel is not initialised or missing
bug appears in log, which also kills the RP.This happens in previous AMWin versions too I think.
Log Files
The text was updated successfully, but these errors were encountered: