HsnMustafa / gdocbackup

Automatically exported from code.google.com/p/gdocbackup
0 stars 0 forks source link

nullrefexception for some files... #108

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Just running the backup regularly fails on some files

here is the log output:

LOG> 094 : Try to get folder from dict using 
key=[https://docs.google.com/feeds/default/private/full/folder%3A0B0bK1hDAirspTl
prNGkwdWwwaDQ?xoauth_requestor_id=walden@coopmetrics.coop]
LOG> 094 : Start exporting Project Management Improvements(Type=Unknown) --> zip
LOG> 094 : DOC-ERROR: (attempt 0) System.NullReferenceException: Object 
reference not set to an instance of an object
  at GDocBackupLib.Backup.ExecBackupSingleUser (System.String username) [0x00000] in <filename unknown>:0
LOG> 094 : Try to get folder from dict using 
key=[https://docs.google.com/feeds/default/private/full/folder%3A0B0bK1hDAirspTl
prNGkwdWwwaDQ?xoauth_requestor_id=walden@coopmetrics.coop]
LOG> 094 : Start exporting Project Management Improvements(Type=Unknown) --> zip
LOG> 094 : DOC-ERROR: System.NullReferenceException: Object reference not set 
to an instance of an object
  at GDocBackupLib.Backup.ExecBackupSingleUser (System.String username) [0x00000] in <filename unknown>:0
LOG> 094 :
FBK> 094 : FileName=walden#Project Management Improvements DocType=Unknown 
ExpFrm= Action=ERROR Folder= LocalDateTime= RemoteDateTime=
LOG> 094 : ITEM: Projects (Folder) [2479/10020]
LOG> 094 : ITEM: Mapping Working Group (Folder) [2480/10020]

running on linux using mono

Original issue reported on code.google.com by b...@langhorst.com on 4 Nov 2013 at 4:19

GoogleCodeExporter commented 9 years ago
I am also seeing this error for the first time recently. In December 2013 it 
wasn't happening; now it is consistently happening. Log:

18/02/2014 5:01:59 PM : 18/02/2014 5:01:59 PM - 023 > ITEM: Roles & 
Responsibilities for Non-supervisory Staff Training Assessment  (Unknown) [6/21]
18/02/2014 5:01:59 PM : 18/02/2014 5:01:59 PM - 023 > Try to get folder from 
dict using key=[redacted]
18/02/2014 5:01:59 PM : 18/02/2014 5:01:59 PM - 023 > Start exporting Roles & 
Responsibilities for Non-supervisory Staff Training Assessment (Type=Unknown) 
--> zip
18/02/2014 5:01:59 PM : 18/02/2014 5:01:59 PM - 023 > DOC-ERROR: (attempt 0) 
System.NullReferenceException: Object reference not set to an instance of an 
object.
   at GDocBackupLib.Backup.ExecBackupSingleUser(String username)
18/02/2014 5:01:59 PM : 18/02/2014 5:01:59 PM - 023 > Try to get folder from 
dict using key=[redacted]
18/02/2014 5:01:59 PM : 18/02/2014 5:01:59 PM - 023 > Start exporting Roles & 
Responsibilities for Non-supervisory Staff Training Assessment (Type=Unknown) 
--> zip
18/02/2014 5:01:59 PM : 18/02/2014 5:01:59 PM - 023 > DOC-ERROR: 
System.NullReferenceException: Object reference not set to an instance of an 
object.
   at GDocBackupLib.Backup.ExecBackupSingleUser(String username)
18/02/2014 5:01:59 PM : 18/02/2014 5:01:59 PM - 023 > FO> FileName=Roles & 
Responsibilities for Non-supervisory Staff Training Assessment  DocType=Unknown 
ExpFrm= Action=ERROR Folder= LocalDateTime= RemoteDateTime=

(I replaced the key URLs with "redacted" because I am not sure about security 
implications of sharing them in public.)

It is the same file that is the problem every time. It is one of the new Google 
Drive Forms which now have two files - one the front end of the form, and the 
other the results spreadsheet. This file that is erroring in backup is the 
front end of the form.

Original comment by ehs-i...@unimelb.edu.au on 18 Feb 2014 at 6:08