Media import error

Hello,

I’m trying to import media in URL. Usually, there’s no problem. But I’m getting this error code:

Download error ht//se-XXXXX.nyc3.digitaloceanspaces.com/medias_scr/XXXXX/XXXXX/XXXXX/pdf/texte-0039.pdf : Unable to connect to se-XXXXXX.nyc3.digitaloceanspaces.c:443 . Error #0: stream_socket_client(): Unable to connect to se-XXXXX.nyc3.digitaloceanspaces.c:443 (php_network_getaddresses: getaddrinfo for se-XXXXX.nyc3.digitaloceanspaces.c failed: Name or service not known)

Do you have any idea of the source?

Thank you and have a nice day.

Hi @Minwashin_Tech ,

One possible reason is that the url is not fully formed .

It should probably start with https:// instead of just ht// and be digitaloceanspaces.com. In parts of the error it looks like it’s just digitaloceanspaces.c

If the tps and .com are missing, it’s because the forum prevents me from putting internet links in my post. But it does have the https and .com at the end of the addresses.

Finally, I found a solution to my problem. I think my CSV imports were too big with 500 media to import. And it was bugging the whole of Omeka S. I cut my CSVs to 140 media at a time and I no longer have any problems.

1 Like