trapias / TrelloExport

Chrome extension to export Trello boards to Excel, Markdown, HTML, OPML and CSV
MIT License
127 stars 27 forks source link

Export doesn't work. #1

Closed ggyaniv closed 10 years ago

ggyaniv commented 10 years ago

Hi,

further to our discussions, the export doesn't work, although I have downloaded the latest version 1.9.1, Here is the console info:

Denying load of chrome-extension://cmmbkbapngmlfljlnmemmfjidgbpkndd/lib/js-xlsx/rawinflate.min.js.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. curecumin-ppc:1
Denying load of chrome-extension://cmmbkbapngmlfljlnmemmfjidgbpkndd/lib/js-xlsx/dist/xlsx.full.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. curecumin-ppc:1
js-share trelloexport.js:54
Start export... trelloexport.js:171
Card #3 Fix all Analytics issues trelloexport.js:208
Card #4 Prepare a dashboard trelloexport.js:208
Card #33 Check competitors on eBay trelloexport.js:208
Card #15 Design the label trelloexport.js:208
Card #17 paypal trelloexport.js:208
Card #21 how will Nir answer emails? trelloexport.js:208
Card #25 אופרד אחראית על תיאם מול UPS  למשלוח הבקבוקים ללקוחות trelloexport.js:208
Card #23 check with fedex / ups how we open an account trelloexport.js:208
Card #44 FDA trelloexport.js:208
Card #18 Check Affiliate Networks trelloexport.js:208
Card #28 יונתן בודק עם העו"ד לגבי ניסוח טיוטת חוזה trelloexport.js:208
Card #41 יניבכעגדךעדגעתמכג trelloexport.js:208
Card #1 find a name trelloexport.js:208
Card #35 הטמעת אנליטיקס trelloexport.js:208
Card #2 Landing page trelloexport.js:208
Card #12 Shipping trelloexport.js:208
Card #45 New Activity trelloexport.js:208
Card #14 Launch trelloexport.js:208
Card #16 Finalize the landing page trelloexport.js:208
Card #19 Landing Page Changes trelloexport.js:208
Card #43 לשלוח מייל לכל מי שמילא שאלון או שלח מייל עם מבצע מיוחד בכדי לנסות למכור trelloexport.js:208
Card #42 tech test trelloexport.js:208
Card #20 This section should be taking off completly trelloexport.js:208
Card #22 Domain Changed + Fixes trelloexport.js:208
Card #24 ניר יעביר לאופרד 50 בקבוקים לטובת הפיילוט trelloexport.js:208
Card #29 ניר צריך לדבר עם מיי על הוספת דיסקליימירם לדף הנחיתה trelloexport.js:208
Card #27 UPS trelloexport.js:208
Card #36 מעיין תעשה לי ילדה לסבית trelloexport.js:208
Card #26 ניר בודק לגבי הצורך בהרחבת הביטוח נגד תביעות - אנו ממתינים לתשובה לפני עלייה לאוויר trelloexport.js:208
Card #13 Build a campaign trelloexport.js:208
Card #30 משלוח סנונית לנסיון trelloexport.js:208
Card #32 לדבר עם ניר על הוספת ה"פנים" שלו לדף הנחיתה - שיראו מי הוא, איזה מחקר הוא עשה וכד'.. trelloexport.js:208
Card #34 שינויים בדף הנחיתה למסר אגרסיבי יותר trelloexport.js:208
Card #40 יש מילה חסרה בדף כורכומין trelloexport.js:208
Card #48 provide link anchoring to bottom of page trelloexport.js:208
Card #46 להחליף חותמת בדף הנחיתה trelloexport.js:208
Card #47 spelling mistakes discovered... trelloexport.js:208
Card #38 General trelloexport.js:208
Card #37 Meetings trelloexport.js:208
Card #39 Reports trelloexport.js:208
Card #49 On Going Optimization trelloexport.js:208
Card #50 Meetings trelloexport.js:208
Card #51 Reports trelloexport.js:208
Card #52 General trelloexport.js:208
Prepare xlsx... trelloexport.js:431
Uncaught ReferenceError: datenum is not defined trelloexport.js:76
sheet_from_array_of_arrays trelloexport.js:76
(anonymous function) trelloexport.js:433
j jquery-2.1.0.min.js:2
k.fireWith jquery-2.1.0.min.js:2
x jquery-2.1.0.min.js:4
(anonymous function) jquery-2.1.0.min.js:4
trapias commented 10 years ago

The problem appeared on cards with a due date specified, because of an eror in parsing the date value. Version 1.9.2 fixes this avoiding any parsing - will then improve date handling.