Page 13 of 40

Re: New Webinterface available

Posted: Wed Feb 19, 2020 8:46 pm
by crispyjones
Perfect, that was it must have renamed the folder at some point. For anyone else with the problem restart the services to apply the changes. The new webui looks amazing, it's great to drill down and see where the errors happened visually. Thanks for the great work.

Re: Webinterface

Posted: Sun May 31, 2020 8:53 am
by mrazik
Hi team,

I’m new in FFAStrans, so sorry if it’s silly question...

Is it possible to see in Webinterface list of Queued jobs like there’s a list of Running and Processed jobs in main view?

Many thanks!!!

Re: Webinterface

Posted: Sun May 31, 2020 9:04 am
by emcodem
@mrazik
welcome to the forum and thanks for using ffastrans!

That feature was there in 9.4 but it needed redesign after ffastrans 1.0 version and i was not yet able to invest the needed time. But be sure i'll update you here when i tamed that beast.

Re: Webinterface

Posted: Sun May 31, 2020 1:29 pm
by mrazik
@emcodem,

you are awesome!!!

Re: Webinterface

Posted: Tue Jun 02, 2020 11:27 am
by Russ3lHD
@emcodem Thank you for your tool.

But i have only 1 small problem. The Webinterface worked before on my other Server without any issues but now it is not showing Files just folders.

Is this a Problem anyone had before? and if yes how can i solve it?

Thanks
Tim

Re: Webinterface

Posted: Tue Jun 02, 2020 11:53 am
by emcodem
Hey Tim,
welcome to the forum and thank you for using ffastrans!
That sounds like a permission issue, did you check the "credentials" of the windows service?
Does it work when you dont use it as service but execute server.exe manually?

Re: Webinterface

Posted: Tue Jun 02, 2020 12:01 pm
by Russ3lHD
Hello emcodem,

thanks to your fast reply.

I run the Services under the Power of Administrator.
If i try to run the Server.exe it closes itself.

Re: Webinterface

Posted: Tue Jun 02, 2020 12:17 pm
by emcodem
hm, i guess the server.exe closes because another instance is already running.
It would be good if you can get it working by starting server.exe manually because it might show you some log information about possible reasons why we only see folders but no files...

To see why server.exe is closing, you need to open a cmd prompt first and then drag server.exe into the cmd window and hit enter, then you should see an error msg which you can post here. But most likely it is just because you forgot to stop the windows service...

Re: Webinterface

Posted: Tue Jun 02, 2020 12:25 pm
by Russ3lHD
Thats the errors i get

Code: Select all

[ERROR]  Trace: Global unexpected error: RangeError [ERR_OUT_OF_RANGE]: The value of "start" is out of range. It must be <= "end" (here: 49629647). Received 49629648
    at process.<anonymous> (C:\Users\Administrator\Desktop\FFAStrans1.0.0\Webinterface\server.js:38:11)
    at process.emit (events.js:196:13)
    at process._fatalException (internal/process/execution.js:146:25)
[[14:23:20.909]] [ERROR]  RangeError [ERR_OUT_OF_RANGE]: The value of "start" is out of range. It must be <= "end" (here: 49629647). Received 49629648
    at new ReadStream (internal/fs/streams.js:93:13)
    at Object.createReadStream (fs.js:1794:10)
    at Object.createReadStream (C:\Users\Administrator\Desktop\FFAStrans1.0.0\Webinterface\server.exe:192:38)
    at SendStream.stream (C:\Users\Administrator\Desktop\FFAStrans1.0.0\Webinterface\node_modules\send\index.js:796:19)
    at SendStream.send (C:\Users\Administrator\Desktop\FFAStrans1.0.0\Webinterface\node_modules\send\index.js:707:8)
    at onstat (C:\Users\Administrator\Desktop\FFAStrans1.0.0\Webinterface\node_modules\send\index.js:729:10)
    at C:\Users\Administrator\Desktop\FFAStrans1.0.0\Webinterface\server.exe:223:21
    at processTicksAndRejections (internal/process/task_queues.js:81:9)
[[14:23:20.919]] [LOG]    Calling http://localhost:65445/api/json/v2/workflows
[[14:23:20.925]] [LOG]    Filebrowser request to: c:\Users\Administrator\Desktop

Re: Webinterface

Posted: Tue Jun 02, 2020 12:46 pm
by emcodem
Oh wow, i don't think another user had this.
To get this error message, what you do is to try to navigate to the folder c:\Users\Administrator\Desktop? or does it spit out the error without your interaction as well? maybe copying a few lines above the "[ERROR] Trace: Global unexpected error:" helps...

Is it possible that the list of files in the folder that you navigate to would be HUGE?