Advertisement
Guest User

snoost-connect-loop

a guest
Jan 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. I can't connect to my rig, with the app window as launched from clicking "OPEN CLOUD RIG" constantly retrying.
  2.  
  3. Watching the console for the extension, I see it looping through these logged messages:
  4.  
  5. - Reaching cloud gaming server
  6. - Establishing connection
  7. - Opening cloud gaming server
  8. - Loading network configuration
  9. - Preparing to connect
  10. - Connecting
  11. - Loading stream settings
  12. - Configuring network
  13. - {IN RED} Cloud Rig is busy. Stop streaming to pair.
  14. - Logoff
  15. - {IN RED} Pairing to cloud rig failed!
  16. - Trying to connect again
  17.  
  18. ...and over and over again from the top.
  19.  
  20. I see from the Network panel, repeated POSTs to the api/ endpoint. Each one receiving a new unique PHPSESSID and Cloudflare _cfduid cookie.
  21.  
  22. The requests are largely identical and loop through with the same Form Data items: LoginToken_Client, login(=1), and clientVersion(=0.4.0.1), varying only with these additional Form Data items, in this order and looping:
  23.  
  24. - rig_update: true
  25. - pairTo: (a 4-digit number that changes each loop)
  26. - rig_update: true
  27. - rig_update: true
  28. - logoff: true
  29. - logoff: true
  30. ... looping back to the first rig_update request above.
  31.  
  32. That any help?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement