Skip to content

Instantly share code, notes, and snippets.

@anishavasandani
Last active July 30, 2018 22:19
Show Gist options
  • Save anishavasandani/2b7d3e6ecfddb3e4d8c5 to your computer and use it in GitHub Desktop.
Save anishavasandani/2b7d3e6ecfddb3e4d8c5 to your computer and use it in GitHub Desktop.
Pusher Logs
1. http://pusher-diagnostics.herokuapp.com/ -- ** All Tests Passed **
{
"summary": {
"failed": 0,
"passed": 15,
"total": 15,
"runtime": 5117
},
"results": {
"Browser Vendor": {
"name": "Browser Vendor",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 1,
"log": []
},
"Browser Version": {
"name": "Browser Version",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 1,
"log": []
},
"Operating System": {
"name": "Operating System",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 1,
"log": []
},
"Flash installed?": {
"name": "Flash installed?",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 0,
"log": []
},
"Can I connect to Pusher?": {
"name": "Can I connect to Pusher?",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 266,
"log": [
"18:58:04 GMT+0000 (GMT) > Pusher : State changed : initialized -> connecting",
"18:58:04 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"ws://ws.pusherapp.com:80/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:05 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected"
]
},
"How long did it take to connect using our standard connection strategy and how did the connection succeed?": {
"name": "How long did it take to connect using our standard connection strategy and how did the connection succeed?",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 434,
"log": [
"18:58:05 GMT+0000 (GMT) > Pusher : State changed : connected -> disconnected",
"18:58:05 GMT+0000 (GMT) > Pusher : State changed : initialized -> connecting",
"18:58:05 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"wss://ws.pusherapp.com:443/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:05 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected"
]
},
"Can the user connect over WSS://": {
"name": "Can the user connect over WSS://",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 442,
"log": [
"18:58:05 GMT+0000 (GMT) > Pusher : State changed : connected -> disconnected",
"18:58:05 GMT+0000 (GMT) > Pusher : State changed : initialized -> connecting",
"18:58:05 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"wss://ws.pusherapp.com:443/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:05 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected"
]
},
"Can the user connect over WS://": {
"name": "Can the user connect over WS://",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 228,
"log": [
"18:58:05 GMT+0000 (GMT) > Pusher : State changed : connected -> disconnected",
"18:58:05 GMT+0000 (GMT) > Pusher : State changed : initialized -> connecting",
"18:58:05 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"ws://ws.pusherapp.com:80/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:06 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected"
]
},
"Can I disconnect from Pusher?": {
"name": "Can I disconnect from Pusher?",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 222,
"log": [
"18:58:06 GMT+0000 (GMT) > Pusher : State changed : connected -> disconnected",
"18:58:06 GMT+0000 (GMT) > Pusher : State changed : initialized -> connecting",
"18:58:06 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"ws://ws.pusherapp.com:80/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:06 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected",
"18:58:06 GMT+0000 (GMT) > Pusher : State changed : connected -> disconnected"
]
},
"Can I disconnect and then reconnect?": {
"name": "Can I disconnect and then reconnect?",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 1579,
"log": [
"18:58:06 GMT+0000 (GMT) > Pusher : State changed : initialized -> connecting",
"18:58:06 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"ws://ws.pusherapp.com:80/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:06 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected",
"18:58:06 GMT+0000 (GMT) > Pusher : State changed : connected -> disconnected",
"18:58:07 GMT+0000 (GMT) > Pusher : State changed : disconnected -> connecting",
"18:58:07 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"ws://ws.pusherapp.com:80/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:08 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected"
]
},
"Can subscribe to a public channel?": {
"name": "Can subscribe to a public channel?",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 321,
"log": [
"18:58:08 GMT+0000 (GMT) > Pusher : State changed : connected -> disconnected",
"18:58:08 GMT+0000 (GMT) > Pusher : State changed : initialized -> connecting",
"18:58:08 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"ws://ws.pusherapp.com:80/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:08 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected",
"18:58:08 GMT+0000 (GMT) > Pusher : Event sent : {\"event\":\"pusher:subscribe\",\"data\":{\"channel\":\"test-channel\"}}",
"18:58:08 GMT+0000 (GMT) > Pusher : Event recd : {\"event\":\"pusher_internal:subscription_succeeded\",\"data\":{},\"channel\":\"test-channel\"}"
]
},
"Can subscribe to a private channel?": {
"name": "Can subscribe to a private channel?",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 424,
"log": [
"18:58:08 GMT+0000 (GMT) > Pusher : State changed : connected -> disconnected",
"18:58:08 GMT+0000 (GMT) > Pusher : State changed : initialized -> connecting",
"18:58:08 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"ws://ws.pusherapp.com:80/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:08 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected",
"18:58:08 GMT+0000 (GMT) > Pusher : Event sent : {\"event\":\"pusher:subscribe\",\"data\":{\"auth\":\"1d1b1e042dbe6705a940:bf5a28d3ee3554238191ca654cdaecc7e52498b7c29a05187983d8335fb87e96\",\"channel\":\"private-efa8000e-1bf3-746e-22f4-dce031dd17ba\"}}",
"18:58:08 GMT+0000 (GMT) > Pusher : Event recd : {\"event\":\"pusher_internal:subscription_succeeded\",\"data\":{},\"channel\":\"private-efa8000e-1bf3-746e-22f4-dce031dd17ba\"}"
]
},
"Can subscribe to a presence channel?": {
"name": "Can subscribe to a presence channel?",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 453,
"log": [
"18:58:08 GMT+0000 (GMT) > Pusher : State changed : connected -> disconnected",
"18:58:08 GMT+0000 (GMT) > Pusher : State changed : initialized -> connecting",
"18:58:08 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"ws://ws.pusherapp.com:80/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:08 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected",
"18:58:09 GMT+0000 (GMT) > Pusher : State changed : disconnected -> connecting",
"18:58:09 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"ws://ws.pusherapp.com:80/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:09 GMT+0000 (GMT) > Pusher : Event sent : {\"event\":\"pusher:subscribe\",\"data\":{\"auth\":\"1d1b1e042dbe6705a940:c0313568526092e104a81f0afb19262f9c670e1f0fc95b82fa9c3675cd0ef3f1\",\"channel_data\":\"{\\\"user_id\\\":\\\"some_id\\\",\\\"user_info\\\":{\\\"name\\\":\\\"some_name\\\"}}\",\"channel\":\"presence-beffd32c-f973-db82-227c-f5aca164f48e\"}}",
"18:58:09 GMT+0000 (GMT) > Pusher : Event recd : {\"event\":\"pusher_internal:subscription_succeeded\",\"data\":{\"presence\":{\"count\":1,\"ids\":[\"some_id\"],\"hash\":{\"some_id\":{\"name\":\"some_name\"}}}},\"channel\":\"presence-beffd32c-f973-db82-227c-f5aca164f48e\"}"
]
},
"Can I receive events from Pusher?": {
"name": "Can I receive events from Pusher?",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 27,
"log": [
"18:58:09 GMT+0000 (GMT) > Pusher : State changed : connected -> disconnected",
"18:58:09 GMT+0000 (GMT) > Pusher : State changed : initialized -> connecting",
"18:58:09 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"ws://ws.pusherapp.com:80/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:09 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected"
]
},
"Can I trigger client events?": {
"name": "Can I trigger client events?",
"failed": 0,
"passed": 1,
"total": 1,
"duration": 427,
"log": [
"18:58:09 GMT+0000 (GMT) > Pusher : State changed : connecting -> disconnected",
"18:58:09 GMT+0000 (GMT) > Pusher : State changed : initialized -> connecting",
"18:58:09 GMT+0000 (GMT) > Pusher : Connecting : {\"transport\":\"ws\",\"url\":\"ws://ws.pusherapp.com:80/app/1d1b1e042dbe6705a940?protocol=7&client=js&version=3.0.0&flash=false\"}",
"18:58:09 GMT+0000 (GMT) > Pusher : State changed : connecting -> connected",
"18:58:09 GMT+0000 (GMT) > Pusher : Event sent : {\"event\":\"pusher:subscribe\",\"data\":{\"auth\":\"1d1b1e042dbe6705a940:024988999ef985968af6cb247c5b1103b330d7e44f2d898282be9a9416952c0d\",\"channel\":\"private-f39b4b04-96bd-87d9-deb6-9b93486fa47f\"}}",
"18:58:09 GMT+0000 (GMT) > Pusher : Event recd : {\"event\":\"pusher_internal:subscription_succeeded\",\"data\":{},\"channel\":\"private-f39b4b04-96bd-87d9-deb6-9b93486fa47f\"}",
"18:58:09 GMT+0000 (GMT) > Pusher : Event sent : {\"event\":\"client-test\",\"data\":{\"some\":\"data\"},\"channel\":\"private-f39b4b04-96bd-87d9-deb6-9b93486fa47f\"}"
]
}
},
"browser": {
"browser": "Chrome",
"version": 46,
"os": "Mac",
"flashVersion": {
"major": 19,
"minor": 0,
"release": 0
}
}
}
2. http://test.pusher.com/ -- ** 10 Minutes of Logs Below **
17:31:10 debug Pusher : No callbacks on presence-channel for pusher:member_added
17:31:10 debug Pusher : Event recd : {"event":"pusher_internal:member_added","data":{"user_id":901},"channel":"presence-channel"}
17:31:00 debug Pusher : No callbacks on presence-channel for pusher:member_removed
17:31:00 debug Pusher : Event recd : {"event":"pusher_internal:member_removed","data":{"user_id":"828"},"channel":"presence-channel"}
17:30:04 debug Pusher : Event recd : {"event":"pusher:pong","data":{}}
17:30:04 debug Pusher : Event sent : {"event":"pusher:ping","data":{}}
17:28:04 debug Pusher : Event recd : {"event":"pusher:pong","data":{}}
17:28:04 debug Pusher : Event sent : {"event":"pusher:ping","data":{}}
17:26:04 debug Pusher : No callbacks on presence-channel for pusher:member_added
17:26:04 debug Pusher : Event recd : {"event":"pusher_internal:member_added","data":{"user_id":828},"channel":"presence-channel"}
17:25:57 debug Pusher : No callbacks on presence-channel for pusher:member_removed
17:25:57 debug Pusher : Event recd : {"event":"pusher_internal:member_removed","data":{"user_id":"671"},"channel":"presence-channel"}
17:24:47 debug Pusher : No callbacks on presence-channel for pusher:member_removed
17:24:47 debug Pusher : Event recd : {"event":"pusher_internal:member_removed","data":{"user_id":"764"},"channel":"presence-channel"}
17:23:53 debug Pusher : No callbacks on presence-channel for pusher:member_added
17:23:53 debug Pusher : Event recd : {"event":"pusher_internal:member_added","data":{"user_id":458},"channel":"presence-channel"}
17:23:04 debug Pusher : Event recd : {"event":"pusher:pong","data":{}}
17:23:04 debug Pusher : Event sent : {"event":"pusher:ping","data":{}}
17:21:01 debug Pusher : No callbacks on presence-channel for pusher:member_added
17:21:01 debug Pusher : Event recd : {"event":"pusher_internal:member_added","data":{"user_id":671},"channel":"presence-channel"}
17:20:54 debug Pusher : No callbacks on presence-channel for pusher:member_removed
17:20:54 debug Pusher : Event recd : {"event":"pusher_internal:member_removed","data":{"user_id":"300"},"channel":"presence-channel"}
17:20:42 debug Pusher : No callbacks on presence-channel for pusher:subscription_succeeded
17:20:42 debug Pusher : Event recd : {"event":"pusher_internal:subscription_succeeded","data":{"presence":{"count":8,"ids":["25","300","462","716","764","856","92","946"],"hash":{"25":null,"92":null,"300":null,"462":null,"716":null,"764":null,"856":null,"946":null}}},"channel":"presence-channel"}
17:20:42 debug Pusher : Event sent : {"event":"pusher:subscribe","data":{"auth":"22364f2f790269bec0a0:956c432e6600977cbd59e00c47eace14b4b8b3ae099227ff5e81e5fefc6db2ab","channel_data":"{\"user_id\":462}","channel":"presence-channel"}}
17:20:42 status connected
17:20:42 debug Pusher : State changed : connecting -> connected
17:20:42 debug session id: 588902729
17:20:42 debug Pusher : Connecting : {"transport":"ws","url":"ws://ws.pusherapp.com:80/app/22364f2f790269bec0a0?protocol=7&client=js&version=3.0.0&flash=false"}
17:20:42 debug Pusher : State changed : initialized -> connecting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment