ics2gcal icon indicating copy to clipboard operation
ics2gcal copied to clipboard

Uncaught (in promise) {}

Open sbonaime opened this issue 5 years ago • 1 comments

Hi, With 0.9.1, I have the blue icon for ics2gcal, but I can't add ics to my calendar. At load, here the extension error

DevTools failed to load SourceMap: Could not load content for chrome-extension://ljobcbehhifehkmamikmchekbbljopao/node_modules/ical.js/build/ical.min.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME

And after adding an ics

background.js:343 Uncaught (in promise) {}
linkMenuCalendar_onClick @ background.js:343
async function (async)
linkMenuCalendar_onClick @ background.js:233

sbonaime avatar Nov 30 '20 10:11 sbonaime

Is this still broken for you? Do you get more information if you click on the {} in the line starting with background.js:343? The referenced line 233 gets the active tab in the current window. Do you have multiple Chrome windows or no tab open when you select a calendar to add to?

fmeum avatar Dec 29 '20 09:12 fmeum