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
When sharing a recording to terminalizer.com, the command fails in every case:
$ terminalizer share myrecoding
Please enter some details about your recording
? Title Test
? Description Desc
? Tags such as git,bash,game linux
Error:
Error: Something went wrong, try again later
Hint:
Use the --help option to get help about the usage
I added a console.log(response) to commands/share.js which shows that the error comes from the fact that terminalizer.com is redirecting to www.terminalizer.com:
When sharing a recording to terminalizer.com, the command fails in every case:
I added a
console.log(response)
tocommands/share.js
which shows that the error comes from the fact that terminalizer.com is redirecting to www.terminalizer.com:Changing the BASEURL to "https://www.terminalizer.com" in app.js solved the problem.
The text was updated successfully, but these errors were encountered: