Emre Alparslan

Results 3 comments of Emre Alparslan

I got similar error: `Fatal Exception: java.lang.InternalError: Thread starting during runtime shutdown at java.lang.Thread.nativeCreate(Thread.java) at java.lang.Thread.start(Thread.java:1063) at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:920) at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1327) at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:583) at io.socket.thread.EventThread.nextTick(EventThread.java:76) at io.socket.thread.EventThread.exec(EventThread.java:57) at io.socket.engineio.client.transports.WebSocket$2.onFailure(WebSocket.java:132) at okhttp3.internal.ws.RealWebSocket.failWebSocket(RealWebSocket.java:521)...

There is a missing **%20** between _https://docs.google.com/feeds/_ and _https://www.googleapis.com/auth/drive_ scopes. Correct one: https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=XXXXXX-XXXXXXXXXXXXXXXXX.apps.googleusercontent.com&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=code&scope=https://docs.google.com/feeds/%20https://www.googleapis.com/auth/drive%20https://spreadsheets.google.com/feeds You can refresh the page with this url. It will work.

I also have this problem. Page goes black when I swipe fast.