Search found 24 matches

by invis
23 Oct 2016, 12:14
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

while using basic auth i am fully independent from DSM WEB UI. i have started filebot-node as you suggested with BASIC auth and hardcoded credentials but now i do not understand how to get index.html page.... accessing http://IP:5452/auth return success json ( {"success":true,"data&qu...
by invis
20 Oct 2016, 08:03
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

I have a question regarding filebot-node again. I use start script with synology auth integration as I have no app-folder in synology UI i use direct link IP:5000/webman/3rdparty/filebot-node/index.html. is there a way to create a application folder facing my filebot web UI? the reason i need this i...
by invis
28 Sep 2016, 19:58
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

it asks for some authorizations and doesn't show anything
sh-4.3# curl -I localhost:5452
HTTP/1.1 401 Unauthorized
Access-Control-Allow-Origin: *
Date: Wed, 28 Sep 2016 19:47:22 GMT
Connection: keep-alive
by invis
28 Sep 2016, 18:58
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

ok, it looks like it started working, but I don't have any web inferface in synology so I can manage the settings
filebot-node listening at http://0.0.0.0:5452
filebot-node listening at https://0.0.0.0:5453
by invis
28 Sep 2016, 17:36
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

tried running it manually and here is what I've got admin@Synology:/volume1/Temporary/fileboot$ node ./server/app.js fs.js:870 return binding.chown(pathModule._makeLong(path), uid, gid); ^ TypeError: uid must be an unsigned int at Object.fs.chownSync (fs.js:870:18) at Object.<anonymous> (/volume1/Te...
by invis
10 Sep 2016, 09:39
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

Trying to reinstall everything.
Having an issue with installing filebot-node-0.2.1-noarch.spk, it doesn't allow you to install it, unless the nodejs4 is installed.
How can I manually install it? Is there a way to make the spk file not require nodejs4 for installation or any other option?
Thanks
by invis
06 Sep 2016, 21:01
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

ok, here is what we got so far. + node --max_executable_size=16 --use_idle_notification server/app.js module.js:340 throw err; ^ Error: Cannot find module '/volume1/homes/admin/server/app.js' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Functi...
by invis
06 Sep 2016, 16:03
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

rednoah wrote:I'd start it by using the filebot-node start script. It's pretty useless to try anything else until we know if that works or not.
where this start script is located?
by invis
06 Sep 2016, 10:37
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

sh-4.3# initctl restart pkgctl-filebot pkgctl-filebot start/running sh-4.3# initctl restart pkgctl-filebot-node pkgctl-filebot-node start/running This is how I manually restarted the application but no log appear. Can I start it not from upstart script but something like : /Usr/bin/filebot -param1 ...
by invis
05 Sep 2016, 18:17
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

according to my investigation upstart process do not start at all. see what i found below sh-4.3# curl -I http://192.168.1.110:5453 curl: (7) Failed to connect to 192.168.1.110 port 5453: Connection refused sh-4.3# curl -I -k https://192.168.1.110:5453 curl: (7) Failed to connect to 192.168.1.110 po...
by invis
04 Sep 2016, 19:56
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

the ports are forwarded, but when I try checking them - it says there is no service under those ports.
it doesn't even execute manually, not even talking about the schedule run.

P.S. there is node 0.2.1 update available, but without node.js v4 can't install it :( Is there a chance on making it run?
by invis
04 Sep 2016, 10:47
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't execute any commands anymore or shows an empty terminal
Replies: 46
Views: 21351

Re: FileBot Node doesn't execute any commands anymore or shows an empty terminal

having the same issue on my ds213 :( last time Rednoah helped me install filebot node directly, but after some dsm updates it stopped working, doesnt execute manually or using planner. Ports are forwarded.. P.S. looks like node.js v4 wont be supported at all anymore on ds213 :( http://i.piccy.info/i...
by invis
01 Aug 2016, 00:40
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't start on DSM 6
Replies: 82
Views: 44866

Re: FileBot Node doesn't start on DSM 6

pushing "execute" nothing happens There's 2 possible reasons: A. The filebot node service is not running (see filebot node log) B. Your network/firewall blocks your browser from sending requests to the filebot node service (use curl to test this, try accessing DSM from the local network) ...
by invis
27 Jul 2016, 01:04
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node doesn't start on DSM 6
Replies: 82
Views: 44866

Re: FileBot Node doesn't start on DSM 6

recently after synology updated it self, filebot stopped worked again.
when login and try starting it pushing "execute" nothing happens :(
p.s. the filebot log file is empty, so nothing I can put it :(
by invis
12 May 2016, 19:22
Forum: Synology NAS & Embedded Linux
Topic: Unable to load i386 native library libmediainfo.so / Unable
Replies: 10
Views: 8143

Re: Unable to load i386 native library libmediainfo.so / Una

nope, mediainfo is not installed.
after you asked, I installed and filebot stopped worked at all.
after deleting it - works fine, but I just get annoying when I see the error. (currently I sort manually, cuz schedule doesnt work).
by invis
12 May 2016, 08:06
Forum: Synology NAS & Embedded Linux
Topic: Unable to load i386 native library libmediainfo.so / Unable
Replies: 10
Views: 8143

Re: Unable to load i386 native library libmediainfo.so / Una

1. ok, found the sysinfo thing 2. libmediainfo not working admin@Synology:~$ filebot -script fn:sysinfo FileBot 4.6.1 (r3315) JNA Native: 4.0.1 MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'zen': Native library (linux-arm/libzen.so) not found in resource path ([file:/volume1/@ap...
by invis
11 May 2016, 20:12
Forum: Synology NAS & Embedded Linux
Topic: Unable to load i386 native library libmediainfo.so / Unable
Replies: 10
Views: 8143

Re: Unable to load i386 native library libmediainfo.so / Una

sorry for my dumb questions again I tried google and search thru this forum, but didn't understand whats "sysinfo output?". It's a script that I should add somewhere? About the schedule I understand, I was just mentioning that it has some issues on my NAS (and I read a lot here about the s...
by invis
10 May 2016, 19:57
Forum: Synology NAS & Embedded Linux
Topic: Unable to load i386 native library libmediainfo.so / Unable
Replies: 10
Views: 8143

Re: Unable to load i386 native library libmediainfo.so / Una

I hope this is the right thread, but I recently started getting this error :( And schedule doesn't work...or works strangely. Sometimes it works, sometimes not. May 10, 2016 2:34:32 PM net.filebot.media.MediaDetection$7 getSizeValues WARNING: Unable to read media info: Unable to load arm native libr...
by invis
07 May 2016, 20:29
Forum: Synology NAS & Embedded Linux
Topic: java: not found
Replies: 39
Views: 29162

Re: java: not found

had the same issue after every time I install it :( this what helped me (with help of my friend) : admin@Synology:~$ sudo ln -s /volume1/@appstore/java8/ejdk1.8.0_91/linux_arm_sflt/jre/bin/java /usr/local/bin/java admin@Synology:~$ /usr/local/bin/java -version java version "1.8.0_91" Java(...
by invis
04 May 2016, 20:21
Forum: Synology NAS & Embedded Linux
Topic: [DSM 6.0] can't install filbot node
Replies: 15
Views: 8309

Re: [DSM 6.0] can't install filbot node

Thanks a lot. I was able to install FileBot Node 0.2 Now I`m trying to update the Filebot to 4.7 and I keep getting the error that I need to start Oracle Java SE, but when I try starting it, nothing happens. The log says http://i.piccy.info/i9/adad212109d63fa01450372dd5fda1c3/1462393183/2104/980545/...
by invis
29 Apr 2016, 20:27
Forum: Synology NAS & Embedded Linux
Topic: [DSM 6.0] can't install filbot node
Replies: 15
Views: 8309

Re: [DSM 6.0] can't install filbot node

I`m not 100% sure, but mine has ARM. Tried installing from your link, doesnt work, asks for node v4 :( I have DS213 does it mean I wont be able to use it in the future? P.S. sorry, I`m not a developer, this may sound like a stupid question, but isn't there a way to make it work with the node js that...
by invis
28 Apr 2016, 10:08
Forum: Synology NAS & Embedded Linux
Topic: [DSM 6.0] can't install filbot node
Replies: 15
Views: 8309

Re: [DSM 6.0] can't install filbot node

just got a reply from support, saying that they wont support v4 on following models : 13­-series: DS213, DS213air, DS413j, DS213+, DS413 12­-series: DS112, DS112+, DS112j, DS212, DS212+, DS212j, RS212, RS812 11­-series: DS111, DS211, DS211+, DS211j, DS411, DS411j, DS411slim, RS411 Rednoah is there a...
by invis
20 Apr 2016, 14:35
Forum: Synology NAS & Embedded Linux
Topic: [DSM 6.0] can't install filbot node
Replies: 15
Views: 8309

Re: [DSM 6.0] can't install filbot node

is there any way to make it work without node js v4?
my ds 213 doesnt have node v4 and support told they have no idea when it will work :(
by invis
06 Apr 2016, 19:44
Forum: Synology NAS & Embedded Linux
Topic: [DSM 6.0] can't install filbot node
Replies: 15
Views: 8309

Re: [DSM 6.0] can't install filbot node

Same problem, unable to install filebot node.
Getting same error, that node v4 not installing, but it's not in the repository.
3 days no response from synology support.