mschnitzer / ark-survival-ascended-linux-container-image

A docker/podman container that is able to run an ARK: Survival Ascended on a Linux host.
92 stars 17 forks source link

Documentation update #5

Closed TheRealShadow closed 1 year ago

TheRealShadow commented 1 year ago

After attempting the install I had multiple errors ongoing. Maybe good to have these known in the install manual.

pip install requests==2.28.1 | everything higher will crash on the error: TypeError: request() got an unexpected keyword argument 'chunked'.

requests can not be higher in combination with docker.

Also python3 urllib3 must be installed.

Might be a fault at my side, but a couple "good to knows" always might help!

mschnitzer commented 1 year ago

This error occurs while using docker on your OS or does it occur inside of the container? What OS are you running?

TheRealShadow commented 1 year ago

This error occurred while trying to start the server using docker. It seems to be a sub-service of docker itself. My server is on Ubuntu 22.04

mschnitzer commented 1 year ago

I tested this setup on a fresh installation of Ubuntu 22.04.3 LTS on Saturday and didn't encounter any issues. But I reduced the amount of packages that I recommended to install for a setup on Ubuntu 22.04, as I learned my earlier recommendation was not the best one.

It might be that there's some other software installed on your system that pulled different Python versions as dependencies or something similar to that.

TheRealShadow commented 1 year ago

Then that should have been the issue

mschnitzer commented 1 year ago

Please reopen this issue, if it comes back again. I guess this was an exceptional case.