superlou / fountain-atom

Grammar and tools for the Fountain screenwriting syntax
MIT License
48 stars 15 forks source link

PDF Preview and PDF Export not generating PDF, opening blank tabs #112

Open lagrangian-one opened 3 years ago

lagrangian-one commented 3 years ago

I'm unsure if there is a log or anything else I can provide for information - description below:

PDF Export

PDF Preview

superlou commented 3 years ago

Can you try uninstalling the package, then installing from the terminal using apm install https://github.com/superlou/fountain-atom.git? This might be related to an existing bug and solved in the master.

lagrangian-one commented 3 years ago

Can you try uninstalling the package, then installing from the terminal using apm install https://github.com/superlou/fountain-atom.git? This might be related to an existing bug and solved in the master.

Thanks for the quick response superlou, really appreciated - I'm now getting:

Cloning https://github.com/superlou/fountain-atom.git failed
Installing modules done
Cannot read property 'getReferenceTarget' of null

Some Googling shows it occurs on some other attempted installations, but yet to find a solution. I'll head down this rabbit hole now.

superlou commented 3 years ago

Weird. You can also try installing it for development just to see if it's working using apm develop fountain, then navigate to where it clones the repo, and running atom -d .

wallace-heller commented 3 years ago

Greetings. Recently installed Atom and the fountain package on Windows 10. Having the same problem. Export to PDF does not export anything. Nothing appears in the viewer either. Suggestions?

superlou commented 3 years ago

I think this might be fixed in the master. Can you try uninstalling from inside Atom, then reinstalling from the command line using apm install https://github.com/superlou/fountain-atom.git?

wallace-heller commented 3 years ago

Greetings:

Thank you for getting back to me. I'm traveling right now. I will try as you suggest ASAP and then back to you. Thank you very much.

Cheers. Wallace

ianspray commented 3 years ago

I was seeing the blank preview/no PDF file as reported above, so followed the advice to uninstall from within Atom and install from master via apm, and now both preview and PDF files work.

Thanks for the fix !

jenmyers commented 3 years ago

I also had this problem and this fix also worked for me. Thank you!

lecram7 commented 3 years ago

Can you try uninstalling the package, then installing from the terminal using apm install https://github.com/superlou/fountain-atom.git? This might be related to an existing bug and solved in the master.

Thanks for the quick response superlou, really appreciated - I'm now getting:

Cloning https://github.com/superlou/fountain-atom.git failed
Installing modules done
Cannot read property 'getReferenceTarget' of null

Some Googling shows it occurs on some other attempted installations, but yet to find a solution. I'll head down this rabbit hole now.

Hey! I'm having this same issue trying to install the package from the terminal but with no luck. Did you manage to find a solution?

Toast-b commented 3 years ago

Can you try uninstalling the package, then installing from the terminal using apm install https://github.com/superlou/fountain-atom.git? This might be related to an existing bug and solved in the master.

Thanks for the quick response superlou, really appreciated - I'm now getting:

Cloning https://github.com/superlou/fountain-atom.git failed
Installing modules done
Cannot read property 'getReferenceTarget' of null

Some Googling shows it occurs on some other attempted installations, but yet to find a solution. I'll head down this rabbit hole now.

Hey! I'm having this same issue trying to install the package from the terminal but with no luck. Did you manage to find a solution?

I'm also having the same issue. Just installed Atom 1.55.0 and fountain 0.8.3, on Windows 10.

Removing it and using the command line (as an administrator) gives me that exact error.

Formatting and side panel work perfectly inside Atom. Trying to generate a PDF gives a message "new file has been created", but there is no file in the folder, and an empty tab opens. I'll convert with something else for now, but hopefully I can eventually find some solution.

tfayemi commented 3 years ago

Can you try uninstalling the package, then installing from the terminal using apm install https://github.com/superlou/fountain-atom.git? This might be related to an existing bug and solved in the master.

Thanks for the quick response superlou, really appreciated - I'm now getting:

Cloning https://github.com/superlou/fountain-atom.git failed
Installing modules done
Cannot read property 'getReferenceTarget' of null

Some Googling shows it occurs on some other attempted installations, but yet to find a solution. I'll head down this rabbit hole now.

Hey! I'm having this same issue trying to install the package from the terminal but with no luck. Did you manage to find a solution?

I'm also having the same issue. Just installed Atom 1.55.0 and fountain 0.8.3, on Windows 10.

Removing it and using the command line (as an administrator) gives me that exact error.

Formatting and side panel work perfectly inside Atom. Trying to generate a PDF gives a message "new file has been created", but there is no file in the folder, and an empty tab opens. I'll convert with something else for now, but hopefully I can eventually find some solution.

Hey! Was having this exact issue and figured it might have something to do with my version of git. Installed the latest version of git and lo and behold;

Cloning https://github.com/superlou/fountain-atom.git done
Installing modules done
Moving fountain to C:\Users\me\.atom\packages\fountain done

What's more, now the PDF preview works! I hope this helps!

Toast-b commented 3 years ago

Can you try uninstalling the package, then installing from the terminal using apm install https://github.com/superlou/fountain-atom.git? This might be related to an existing bug and solved in the master.

Thanks for the quick response superlou, really appreciated - I'm now getting:

Cloning https://github.com/superlou/fountain-atom.git failed
Installing modules done
Cannot read property 'getReferenceTarget' of null

Some Googling shows it occurs on some other attempted installations, but yet to find a solution. I'll head down this rabbit hole now.

Hey! I'm having this same issue trying to install the package from the terminal but with no luck. Did you manage to find a solution?

I'm also having the same issue. Just installed Atom 1.55.0 and fountain 0.8.3, on Windows 10. Removing it and using the command line (as an administrator) gives me that exact error. Formatting and side panel work perfectly inside Atom. Trying to generate a PDF gives a message "new file has been created", but there is no file in the folder, and an empty tab opens. I'll convert with something else for now, but hopefully I can eventually find some solution.

Hey! Was having this exact issue and figured it might have something to do with my version of git. Installed the latest version of git and lo and behold;

Cloning https://github.com/superlou/fountain-atom.git done
Installing modules done
Moving fountain to C:\Users\me\.atom\packages\fountain done

What's more, now the PDF preview works! I hope this helps!

Holy cow, that really did it! Installed latest GIT, and everything went smooth. Might have even worked inside Atom, I just went straight to command line. Thank you!

superlou commented 3 years ago

I did not expect the problem to be the GIT version, but thanks for figuring that out! If nobody's running into issues with the master, I can cut a release.