-
Notifications
You must be signed in to change notification settings - Fork 144
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
Pusher not updating on Android #144
Comments
Could you share the code in use when this error is encountered? |
There seems to be a couple issues, one around the receipt of events (using Are you able to log out parameters to ensure they are as expected? |
Alright. I will send that in a few of hours from now.
…On Fri, 2 Feb 2024 at 16:47, benw-pusher ***@***.***> wrote:
There seems to be a couple issues, one around the receipt of events (using
onEvent) and another around triggering of events (pusher.trigger). What
stands out to me is that both errors seem to include null values.
Are you able to log out parameters to ensure they are as expected?
Could you also share any errors/code going forward as text? I can't
copy/paste for replication, and it is difficult to consume code via
screenshots.
—
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJWWTE5TFSQE6TYWSBWT7OLYRUDCRAVCNFSM6AAAAABCPGMWJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRUGE2DENRYGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
If the parameter are not as expected, then it shouldnt have worked on web because the same code works on web but not on mobile. |
Hello @benw-pusher I have been expecting a reply |
Are you able to log out the parameters? I know you have mentioned that this works well on web, however the fact remains there is an error being thrown around null values and so this needs to be the next step in the investigation |
I tired but I don’t seem to find a way to log the parameters. Do you have a
way in mind?
…On Wed, 28 Feb 2024 at 12:54, benw-pusher ***@***.***> wrote:
Are you able to log out the parameters? I know you have mentioned that
this works well on web, however the fact remains there is an error being
thrown around null values and so this needs to be the next step in the
investigation
—
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJWWTE3UMSJVH5FB27CEPBDYV4LH5AVCNFSM6AAAAABCPGMWJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRYHAZDGNZZGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Using pusher on web works perfectly, however when I build on Android the new event dont get updated.
The text was updated successfully, but these errors were encountered: