RichFilemanager icon indicating copy to clipboard operation
RichFilemanager copied to clipboard

try to connect to file exists in web server with node connector

Open hathemi opened this issue 5 years ago • 1 comments

In raising this issue, I confirm the following (please check boxes):

  • [x ] I have read and understood the Wiki. Especially deploy and configuration articles.
  • [ ] I have checked that the bug I am reporting can be replicated, or that the feature I am suggesting isn't already present.
  • [ ] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
  • [ ] I realise that server-side connectors are provided by various contributors. The implementations are vary due to programming language features/limitations or other factors. Thus a particular connector may not implement, or partially implement, the API features.
  • [ ] I realise that any changes in configuration options and/or plugin parameters affect the plugin behavior. I specified all the differences from defaults in details.

I use the following server-side connector (check one):

  • [ ] PHP connector by servocoder
  • [ ] Java connector by fabriceci
  • [ ] Python3 Flask connector by jsooter
  • [ ] Python3 Flask connector by stevelittlefish
  • [x ] NodeJs connector by jlaustill and forestlake
  • [ ] ASP.NET Core connector by sinanbozkus
  • [ ] ASHX connector by richeflits
  • [ ] Other (specified below)

My familiarity with the project is as follows (check one):

  • [ ] I have never used the project.
  • [ ] I have used the project briefly.
  • [ x] I have used the project extensively, but have not contributed previously.
  • [ ] I am an active contributor to the project.

I'am using nodejs connector and trying to connect to file that exists in Laragon root directory. app.use( '/filemanager', filemanager( 'http://192.168.1.*/share/', config ) ); when i run my RMF i've got this error TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be one of type string, Buffer, or URL. Received type undefined how can i get access to it ??

hathemi avatar Dec 26 '18 14:12 hathemi

@jlaustill and @forestlake were the guys who contributed the nodejs connector. I doubt they still use RFM. If you will not get response soon try to fix it your own and commit a PR.

psolom avatar Dec 26 '18 17:12 psolom