You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
22:15:08.776 [main] INFO com.greydev.notionbackup.NotionBackup - ---------------- Starting Notion Backup ----------------
22:15:09.082 [main] INFO com.greydev.notionbackup.NotionClient - Downloads will be saved to: /tmp/
22:15:09.083 [main] INFO com.greydev.notionbackup.NotionClient - Using export type: markdown
22:15:09.083 [main] INFO com.greydev.notionbackup.NotionClient - Flatten export file tree: false
22:15:09.083 [main] INFO com.greydev.notionbackup.NotionClient - Export comments: true
22:15:09.733 [main] INFO com.greydev.notionbackup.NotionClient - taskId extracted
Exception in thread "main" java.lang.NullPointerException
at com.greydev.notionbackup.NotionClient.getDownloadLink(NotionClient.java:213)
at com.greydev.notionbackup.NotionClient.export(NotionClient.java:113)
at com.greydev.notionbackup.NotionBackup.main(NotionBackup.java:65)
Error: Process completed with exit code 1.