I am using the .NET SDK and for whatever reason I am unable to use the server generated token. The only token I can use is "devtoken" I just downloaded the SDK, made the required changes in the web.config file and nothing works. Here is the response that I am getting that I am getting on my local machine. I also tried changing the REMOTE_ADDR value to 127.0.0.1 without any luck.
[DEBUG] opentok: TB.setLogLevel(4)
[DEBUG] opentok: TB.addEventListener(exception)
[DEBUG] opentok: TB.removeEventListener(exception)
[DEBUG] opentok: TB.addEventListener(exception)
[DEBUG] opentok: TB.checkSystemRequirements()
[DEBUG] opentok: TB.initSession(1_MX4xNDE0NzEwMn4xOTIuMTY4LjU2LjF-MjAxMi0wNC0xMSAxOToyODo0My43ODczNzArMDA6MDB-MC4wNTg3MTEwNjk0MTI2fg)
[DEBUG] opentok: TB.removeEventListener(sessionConnected)
[DEBUG] opentok: TB.addEventListener(sessionConnected)
[DEBUG] opentok: TB.removeEventListener(sessionDisconnected)
[DEBUG] opentok: TB.addEventListener(sessionDisconnected)
[DEBUG] opentok: TB.removeEventListener(connectionCreated)
[DEBUG] opentok: TB.addEventListener(connectionCreated)
[DEBUG] opentok: TB.removeEventListener(connectionDestroyed)
[DEBUG] opentok: TB.addEventListener(connectionDestroyed)
[DEBUG] opentok: TB.removeEventListener(streamCreated)
[DEBUG] opentok: TB.addEventListener(streamCreated)
[DEBUG] opentok: TB.removeEventListener(streamDestroyed)
[DEBUG] opentok: TB.addEventListener(streamDestroyed)
[DEBUG] opentok: Session.connect(14025841)
[DEBUG] opentok: TB.checkSystemRequirements()
[ERROR] opentok: TB.exception :: title: Connect Failed msg: SessionInfoAPI :: Failed to get session info - Error #2032 errorCode: 1014
also here is the server that is defined in my web.config
<add key="opentok_server" value="https://staging.tokbox.com/hl"/>
Any ideas? My other question is what is going to happen when I try to move it over to the production server? Do we have to go through this process all over again?