sheriferson / Visualize.mmBundle

:bar_chart: Visualize email history and trends.
4 stars 2 forks source link

Not showing any visualisations. #6

Closed simplysaru closed 1 year ago

simplysaru commented 7 years ago

Hi.

I am unable to see any visualisations on Safari, Chrome, Firefox. Just a blank screen like this. http://d.pr/i/zKponC, http://d.pr/i/z2S3jw, http://d.pr/i/z2S3jw. the CSV file generated does have the data though. Not sure where the issue.

freron commented 7 years ago

I can confirm this issue on 10.13. I haven't looked into why it happens yet.

sheriferson commented 7 years ago

Thanks for looking into it @freron @simplysaru Sorry for not responding earlier. I didn't get any notifications about the issue. Hopefully it's worked out soon.

freron commented 7 years ago

I took a quick look at this. The problem is that MailMate generates a temporary local file and Safari no longer allows reading that file (for security reasons). A temporary workaround is to enable the developer menu (in the Advanced panel of the Safari preferences) and then enable the menu: “Develop > Disable Local File Restrictions”.

The proper fix is more tricky. It appears one has to run a local http server to provide the file. I'm not sure if there is a better fix.

svmaris commented 6 years ago

Cross-posting from the mailinglist: Starting a local webserver just to serve a CSV file for a bundle seems a bit like overkill to me. Wouldn’t it be easier to just generate a Javascript file with the data instead of a CSV and include it in the page using a Githubissues.

  • Githubissues is a development platform for aggregating issues.