romance-ii / violet-volts

violet-volts
https://tootsville.org/development/
GNU Affero General Public License v3.0
3 stars 1 forks source link

Uncaught TypeError: Cannot read property 'access_token' of null #132

Closed brpocock closed 7 years ago

brpocock commented 7 years ago

View details in Rollbar: https://rollbar.com/brfennpocock/Romance-II/items/7/


TypeError: Cannot read property 'access_token' of null
  File "http://localhost:5000/js/social.js", line 18, in Object.googleAPIToken
  File "http://localhost:5000/js/social.js", line 11, in Object.advertiseICE
  File "http://localhost:5000/js/social.js", line 12, in RTCPeerConnection.a.onicecandidate
brpocock commented 7 years ago

Seems to be an occassional race condition between mesh initialization and Google sign-in completion. I don't know how that happened, but it may indicate an underlying problem. Leaving this ticket open.