giftolottie icon indicating copy to clipboard operation
giftolottie copied to clipboard

new idea

Open arian81 opened this issue 4 years ago • 6 comments

can you make an app that does the opposite and convert .tgs to .gif?

arian81 avatar Nov 01 '19 00:11 arian81

@arian81 hi! I made such app. You can find it here: https://github.com/ed-asriyan/tgs-to-gif.

ed-asriyan avatar Dec 24 '19 21:12 ed-asriyan

I encountered this problem and as I understand I should downgrade my node.js? I'm not familiar with node.js so I really appreciate your help

On Tue, Dec 24, 2019 at 4:27 PM Ed Asriyan [email protected] wrote:

@arian81 https://github.com/arian81 hi! I made such app. You can find it here: https://github.com/ed-asriyan/tgs-to-gif.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bodqhrohro/giftolottie/issues/4?email_source=notifications&email_token=AIRXSJUVTBZGLR2WUWY6FALQ2J5DDA5CNFSM4JHUI6Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHTUDQQ#issuecomment-568803778, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXSJR3W3NRNAIDN5VSFHTQ2J5DDANCNFSM4JHUI6ZQ .

arian81 avatar Dec 25 '19 02:12 arian81

0 info it worked if it ends with ok 1 warn npm npm does not support Node.js v10.15.2 2 warn npm You should probably upgrade to a newer version of node as we 3 warn npm can't make any promises that npm will work with this version. 4 warn npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. 5 warn npm You can find the latest version at https://nodejs.org/ 6 verbose cli [ '/usr/bin/node', 6 verbose cli '/usr/bin/npm', 6 verbose cli 'start', 6 verbose cli '/home/arian/Cherry/' ] 7 info using [email protected] 8 info using [email protected] 9 verbose stack Error: ENOENT: no such file or directory, open '/home/arian/Cherry/package.json' 10 verbose cwd /home/arian/Cherry 11 verbose Linux 5.3.0-24-generic 12 verbose argv "/usr/bin/node" "/usr/bin/npm" "start" "/home/arian/Cherry/" 13 verbose node v10.15.2 14 verbose npm v5.8.0 15 error path /home/arian/Cherry/package.json 16 error code ENOENT 17 error errno -2 18 error syscall open 19 error enoent ENOENT: no such file or directory, open '/home/arian/Cherry/package.json' 20 error enoent This is related to npm not being able to find a file. 21 verbose exit [ -2, true ]

On Tue, Dec 24, 2019 at 9:11 PM Arian ahmadinejad < [email protected]> wrote:

I encountered this problem and as I understand I should downgrade my node.js? I'm not familiar with node.js so I really appreciate your help

On Tue, Dec 24, 2019 at 4:27 PM Ed Asriyan [email protected] wrote:

@arian81 https://github.com/arian81 hi! I made such app. You can find it here: https://github.com/ed-asriyan/tgs-to-gif.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bodqhrohro/giftolottie/issues/4?email_source=notifications&email_token=AIRXSJUVTBZGLR2WUWY6FALQ2J5DDA5CNFSM4JHUI6Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHTUDQQ#issuecomment-568803778, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXSJR3W3NRNAIDN5VSFHTQ2J5DDANCNFSM4JHUI6ZQ .

arian81 avatar Dec 25 '19 02:12 arian81

This is the log after I updated npm

0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/local/bin/npm', 'start', 'tgs1.tgs' ] 2 info using [email protected] 3 info using [email protected] 4 verbose stack Error: ENOENT: no such file or directory, open '/home/arian/Cherry/package.json' 5 verbose cwd /home/arian/Cherry 6 verbose Linux 5.3.0-24-generic 7 verbose argv "/usr/bin/node" "/usr/local/bin/npm" "start" "tgs1.tgs" 8 verbose node v10.15.2 9 verbose npm v6.13.4 10 error code ENOENT 11 error syscall open 12 error path /home/arian/Cherry/package.json 13 error errno -2 14 error enoent ENOENT: no such file or directory, open '/home/arian/Cherry/package.json' 15 error enoent This is related to npm not being able to find a file. 16 verbose exit [ -2, true ]

On Tue, Dec 24, 2019 at 9:12 PM Arian ahmadinejad < [email protected]> wrote:

0 info it worked if it ends with ok 1 warn npm npm does not support Node.js v10.15.2 2 warn npm You should probably upgrade to a newer version of node as we 3 warn npm can't make any promises that npm will work with this version. 4 warn npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. 5 warn npm You can find the latest version at https://nodejs.org/ 6 verbose cli [ '/usr/bin/node', 6 verbose cli '/usr/bin/npm', 6 verbose cli 'start', 6 verbose cli '/home/arian/Cherry/' ] 7 info using [email protected] 8 info using [email protected] 9 verbose stack Error: ENOENT: no such file or directory, open '/home/arian/Cherry/package.json' 10 verbose cwd /home/arian/Cherry 11 verbose Linux 5.3.0-24-generic 12 verbose argv "/usr/bin/node" "/usr/bin/npm" "start" "/home/arian/Cherry/" 13 verbose node v10.15.2 14 verbose npm v5.8.0 15 error path /home/arian/Cherry/package.json 16 error code ENOENT 17 error errno -2 18 error syscall open 19 error enoent ENOENT: no such file or directory, open '/home/arian/Cherry/package.json' 20 error enoent This is related to npm not being able to find a file. 21 verbose exit [ -2, true ]

On Tue, Dec 24, 2019 at 9:11 PM Arian ahmadinejad < [email protected]> wrote:

I encountered this problem and as I understand I should downgrade my node.js? I'm not familiar with node.js so I really appreciate your help

On Tue, Dec 24, 2019 at 4:27 PM Ed Asriyan [email protected] wrote:

@arian81 https://github.com/arian81 hi! I made such app. You can find it here: https://github.com/ed-asriyan/tgs-to-gif.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bodqhrohro/giftolottie/issues/4?email_source=notifications&email_token=AIRXSJUVTBZGLR2WUWY6FALQ2J5DDA5CNFSM4JHUI6Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHTUDQQ#issuecomment-568803778, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXSJR3W3NRNAIDN5VSFHTQ2J5DDANCNFSM4JHUI6ZQ .

arian81 avatar Dec 25 '19 02:12 arian81

@arian81 As I see your problem is you run the script not in the project directory. Please, run the following commands:

git clone https://github.com/ed-asriyan/tgs-to-gif.git
cd tgs-to-gif
npm install

After that:

npm start /path/to/your/sticker.tgs

or

npm start /path/to/your/dicrectory/with/stickers

If you have any problems to this, it would be better to open an issue in tgs-to-gif repo with referring this one, because this is not the best place to this discussion.

ed-asriyan avatar Dec 25 '19 12:12 ed-asriyan

Thanks it worked

On Wed, Dec 25, 2019 at 7:28 AM Ed Asriyan [email protected] wrote:

@arian81 https://github.com/arian81 As I see your problem is you run the script not in the project directory. Please, run the following commands:

git clone https://github.com/ed-asriyan/tgs-to-gif.gitcd tgs-to-gif npm install

After that:

npm start /path/to/your/sticker.tgs

or

npm start /path/to/your/dicrectory/with/stickers

If you have any problems to this, it would be better to open an issue in tgs-to-gif https://github.com/ed-asriyan/tgs-to-gif/issues/new repo with referring this one, because this place is not the best to this discussion.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bodqhrohro/giftolottie/issues/4?email_source=notifications&email_token=AIRXSJSGTSUZKCG6VD735NDQ2NGYPA5CNFSM4JHUI6Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHUKF4A#issuecomment-568894192, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXSJTQ3WT4T2DCMTFQLTTQ2NGYPANCNFSM4JHUI6ZQ .

arian81 avatar Dec 25 '19 16:12 arian81