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
Flypi software throws an error if sessions/Unknown Session.txt doesn't exist.
For prevent this error, I have temporarily added that file to the repository and added this line on sessions/.gitignore file: !Unknown Session.txt. This changes prevent the error on first boot of the applicattion.
The final solution will be add some code for create this expected file on file system if doesn't exist and then remove !Unknown Session.txt line from file sessions/.gitignore. Remember delete sessions/Unknown Session.txt file after solve this issue.
The text was updated successfully, but these errors were encountered:
Flypi software throws an error if
sessions/Unknown Session.txt
doesn't exist.For prevent this error, I have temporarily added that file to the repository and added this line on
sessions/.gitignore
file:!Unknown Session.txt
. This changes prevent the error on first boot of the applicattion.The final solution will be add some code for create this expected file on file system if doesn't exist and then remove
!Unknown Session.txt
line from filesessions/.gitignore
. Remember deletesessions/Unknown Session.txt
file after solve this issue.The text was updated successfully, but these errors were encountered: