rooey / chromeos-filesystem-onedrive

This project provides a OneDrive FileSystem mount for ChromeOS
http://onedrivefs.justmichael.uk/
BSD 3-Clause "New" or "Revised" License
36 stars 20 forks source link

One Drive Error. App is lagging/unresponsive #24

Closed hurricane2368 closed 6 years ago

hurricane2368 commented 6 years ago

Receiving the error from the OneDrive file system app. After mounting, receive the following pop up alert: "An operation is taking longer than expected. Do you want to abort it?" Then I have to abort that process. Been seeing this issue for about 2 weeks or so, Below is the output from the Developer Console.

Start: assignEventHandlers background.js:1306 End: assignEventHandlers _generated_background_page.html:1 Error in response to storage.get: TypeError: Cannot read property 'refreshToken' of undefined at OneDriveFS. (chrome-extension://jbfdfcehgafdbfpniaimfbfomafoadgo/background.js:1055:53) at OneDriveFS.resume (chrome-extension://jbfdfcehgafdbfpniaimfbfomafoadgo/background.js:1050:34) at OneDriveFS. (chrome-extension://jbfdfcehgafdbfpniaimfbfomafoadgo/background.js:1214:22)

phillym commented 6 years ago

Duplicate of #23

SZE2 commented 6 years ago

@phillym I don't think this is a duplicate.

I'm getting this issue on a Personal Onedrive account as well.

phillym commented 6 years ago

Hi @SZE2 !

Yes, I appreciate OD and OfB are different technologies but the error above is identical. #23 is probably two separate issues:

  1. Token issue as posted here in #24
  2. CORS issue as posted in subsequent update to #23

Problem being, neither of these tickets have been even acknowledged :(

rooey commented 6 years ago

I'm not sure what's causing this. I've seen it on some other operations too. Will need to debug.

rooey commented 6 years ago

Will address this with #23