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

/presentation/page only updated on GUI click #30

Closed
bensteUEM opened this issue Apr 22, 2023 · 5 comments
Closed

/presentation/page only updated on GUI click #30

bensteUEM opened this issue Apr 22, 2023 · 5 comments
Assignees
Milestone

Comments

@bensteUEM
Copy link
Collaborator

executing /presentation/nextslide Songbeamer changes to the next slide however it's not only not sending an update on the new pagenumber it's also reporting the old number when manually queried against /presentation/page

@bensteUEM
Copy link
Collaborator Author

Followup of #28

bensteUEM added a commit that referenced this issue Apr 24, 2023
@Lasibian
Copy link
Collaborator

Lasibian commented May 1, 2023

Fixed in SongBeamer 6.04.

@bensteUEM bensteUEM self-assigned this Jun 15, 2023
@bensteUEM
Copy link
Collaborator Author

update recieved with 6.04a - however page 0 is reported after playlist changes - might be related to workaround though...

@bensteUEM
Copy link
Collaborator Author

@Lasibian there might be a bug remaining in the API implementation.
sometimes when running

system: ** Log cleared **
debug: Sent OSC to 192.168.0.28:10023 with /presentation/nextpage and [{"type":"i","value":1}]
info: Songbeamer OSC reports wrong page numbers after update via OSC #30 ???
debug: Received OSC message from: {"address":"192.168.0.28","family":"IPv4","port":10023,"size":32}
debug: OSC Content is: {"address":"/presentation/nextpage","args":[{"type":"i","value":0}]}
debug: /presentation/nextpage or /presentation/nextpage 0
debug: Sent OSC to 192.168.0.28:10023 with /presentation/nextpage and [{"type":"i","value":1}]
info: Songbeamer OSC reports wrong page numbers after update via OSC #30 ???
debug: Received OSC message from: {"address":"192.168.0.28","family":"IPv4","port":10023,"size":28}
debug: OSC Content is: {"address":"/presentation/page","args":[{"type":"i","value":6}]}
debug: /presentation/page 6
debug: Received OSC message from: {"address":"192.168.0.28","family":"IPv4","port":10023,"size":56}
debug: OSC Content is: {"address":"/presentation/pagecaption","args":[{"type":"s","value":"I am a child of God "}]}
debug: /presentation/pagecaption I am a child of God 
debug: Received OSC message from: {"address":"192.168.0.28","family":"IPv4","port":10023,"size":32}
debug: OSC Content is: {"address":"/presentation/nextpage","args":[{"type":"i","value":1}]}
debug: /presentation/nextpage or /presentation/nextpage 1
debug: Received OSC message from: {"address":"192.168.0.28","family":"IPv4","port":10023,"size":32}
debug: OSC Content is: {"address":"/presentation/nextpage","args":[{"type":"i","value":0}]}
debug: /presentation/nextpage or /presentation/nextpage 0

upon first execution of nextpage there is a confirmation for "nextpage" but no "/presentation/page" feedback.
I can't really safely reproduce it but it seems to occur most of the time when a new connection is established. Once one value was reported it safely continues to update.

@bensteUEM
Copy link
Collaborator Author

issue might be related to initial /xremote request beeing delayed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants