I just tried to install kodi on firestick via apps2fire done this on numerous occasions without a hickup but i just encountered this error
[Upload successful,/system/bin/sh: syntax error.'('unexpected]
not sure how to correct it or go near anything in case i do more damage
already done a factory reset on tablet and reinstalled apps 2 fire and kodi 16.1 but still receiving the same error
does anyone know what direction i should take
many thanks
you could try downloader.
Here is step by step instructions - https://kodifiretvstick.com/install-kodi-17-firestick/
In a nut shell just download the app and Enter the website where to find krypton (Stack overflow wont let my type the url so go to the article and fine it on step 11)
and it will download kodi onto the firestick, Ive used this method many times.
Related
Just installed B4A as it's shown on the official website and i still can't build & run an example project (Hello world).
I installed the app on my cellphone too and successfully connected to it, installed B4A Designer as the firt app asked to.
I'm getting this error, sorry it's in French. But basically it says that it doesn't find a file (i m wondering which one...).
enter image description here
Install exactly has shown here:B4A installation
Especially at Step 2 this: Download the required resources. Click on that link.
That step I forgot too. And then you get errors.
If you follow exactly without haste. It will work OK.
After going through a windows 10 re-installation due to a windows update crashing my laptop, I was left with re-installing many applications. One of them being node.js. When I tried to install it through the windows installer, I kept getting 'setup wizard ended prematurely because of an error message'. I am not sure what the problem is. I used x64 version which is what my OS is and there is no nodejs folder in program files. When I logged the installation this message popped in a lot of the lines has no eligible binary patches. Before the no eligible lines there were error logs such as:
'WixSchedInternetShortcuts: Error 0x8007000d: failed to add temporary row, dberr: 1, err: Directory_'
'WixSchedInternetShortcuts: Folder 'ApplicationProgramsFolder' already exists in the CreateFolder table; the above error is harmless'
If that is not enough information please advice me on how to send the full logs without spamming huge text in the thread. Thank you.
The MSI log file:
https://gist.github.com/luki2000/ab00476127d54aaf610d8bda84d40a64
Maybe try to search the log for "value 3" as explained by Rob Mensching in his blog. Doing so will find the locations in the log file that describe errors of significance.
Many people use dropbox, gdisk or similar to post logs. Some put it on github (just a sample log for OP, leaving in for reference). Check that last link, is that the same problem you see perhaps? (search for "value 3" as explained above - without the quotes of course). Looks like there is an error creating an Internet shortcut. Perhaps that is a Windows 10 problem? I will take a quick look.
I am betting Bob Arnson knows what this problem is outright. He will probably give us the real answer, see below for my workaround.
The correct thing to do overall, would probably be to communicate the problem back to the Node.js guys so they can fix the problem once and for all.
UPDATE: Maybe see if this answer helps you: node.js installer failing with 'CAQuietExec Failed' and 1603 error code on Windows 7. Essentially un-check Event tracing(ETW) in the setup's feature dialog - or you can try to launch the MSI from an elevated command prompt.
UPDATE: There seem to be two Internet shortcuts configured for this MSI in the WixInternetShortcut table. I would just create a transform to remove these two shortcuts and try a reinstall. If you feel bold and fearless and like to break the law, you can delete the two rows from the table and just save directly to the MSI itself. This is never the right thing to do if you are a deployment specialists. The original MSI is sacred, but if this is for your own system and you need to get something done, that would work. Then you just install the MSI direct afterwards. Otherwise you can install the transform after creating it with a simple command line:
msiexec.exe /i node-v8.11.2-x64.msi TRANSFORMS="C:\MyTransform"
You can create the transform using Orca, InstEd or SuperOrca or any commercial tool that supports creating transforms.
In case you don't know, transforms are little database fragments that are applied to the original MSI (which is also a database under the hood). After the transform is applied the in-memory version of the MSI is the MSI + the changes from the transform.
i installed a minimal ISO of Ubuntu on my virtual machine .
after installing i installed these programs :
open-box
lightdm
everything's work fine
but when i want to do the auto login ,i get stuck .
i have read many forms and watched a lot of videos,consequently found ways but none of them works for me
the one that i'm eager to work with is lightdm.conf file :
sudo nano /etc/lightdm/lightdm.conf
in the file first thing i did was to delete the guess and it worked fine
but the rest of the code dose not work at all
[SeatDefaults]
allow-guest=false
autologin-user=saeed
autologin-user-timeout=0
user-session=ubuntu
since i am not using unity i did not write(but i did try the code before) this code:
greeter-session=unity-greeter
saeed is my only user now , however i did try making another and auto login with it but the result was unsatisfying.
it's been around 12 hours of searching and trying ,it seems that everybody are getting the result but i keep getting the login screen
since i am working on embedded device it is crucial to get rid of the login in the main device,
nevertheless i do need the password for SSH connections security .
your help is appreciated in advance
Maybe you can try to leave out the "autologin-user-timeout=0".
I think there is a bug about that in Ubuntu 16.04.
I hope I could help you.
Using sessionAsSigner in SSJS which worked fine until Firefox updated itself to version 28.0
Now get this error: "Error: 'sessionAsSigner' not found"
Still works in Internet Explorer 9.0
Anyone else experienced this and/or know how to resolve it?
I faced this when My xPage/CustomControl and attached ScriptLibrary are signed with different signers.
Resigning the database with server ID and re-building the application fixed the issue.
'sessionAsSigner' works fine now.
I think the browser update was a red herring.
If you get this error every time the code has run then you should ensure all design elements are signed with the same ID. Clean (Project -> Clean) the database if errors continue. I have found that sometimes 2 cleans are needed to resolve this (and other strange xPage issues).
However, I found that even after this has been done a user can still get this error randomly. When the user runs the code a second time it usually runs without error.
I would appreciate anyone's insight into why this could occur randomly.
I created an install project for my addin and keep getting these two errors:
I have searched all over for how to solve them and haven't been able to find much on them. Does anyone have any information on them that would lead me in the right direction?
I found the answer. If you are currently in Windows Explorer and are in the same directory looking at the install files, it will throw this error. Back out of the directory and it wont throw an error.