t-markmann / nc-userimporter

This tool creates Nextcloud users from a CSV file, which you exported from some other software or created with a spreadsheet software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't connect on debian VM

Alexconte31 opened this issue · comments

Hello,

I would like some help to be able to connect nc-userimporter to my nextcloud on the same VM. I installed nextcloud on a debian 10 VM and try to import users from a csv file.
I saw you script and try it but when i edited the config.xml like this:

<cloudurl>127.0.0.1/nextcloud</cloudurl> <!-- CHANGE THIS to your cloud domain, e.g. mycloud.myd$
<adminname>alex</adminname> <!-- CHANGE THIS to your cloud user, who has admin permissions-->
<!-- Attention: Please note most special characters are not allowed in passwords, including germ$
    <adminpass>********</adminpass> <!-- CHANGE THIS to the password for that user -->
<!-- Attention: Please note some special characters are not allowed in passwords, avoid using ) $

i have this error:

    HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /nextcloud/ocs/v1.php/cloud/groups?search=Lehrkraefte (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f1912082cc0>: Failed to establish a new connection: [Errno 111] Connection refused',))
     The CURL request could not be performed.

What can i do to solve that ?

Well cordially and thank you for your work.

hello,

I solved my problem by allowing apache to listen on port 443 but still can't import data from csv. I have this error:

      [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:645)
      The CURL request could not be performed.

problem solved, i just changed the protocol from https to http in the code ( line 157 )

Okay, this seems to be a local problem. Maybe you don't use a secure communication protocol.