Code Monkey home page Code Monkey logo

Comments (9)

lachlan-00 avatar lachlan-00 commented on August 11, 2024 2

If you have any trouble please tag me directly and I'll I'll help. The server changes are big but they are not actually breaking to an external client.

from amperfy.

BLeeEZ avatar BLeeEZ commented on August 11, 2024 1

I will check this next week.

from amperfy.

BLeeEZ avatar BLeeEZ commented on August 11, 2024

I am running Ampache via docker.
In the currently uploaded docker image the mentioned commit is not included.
To test the commit I changed my docker-compose file from

  ampache-app:
    image: ampache/ampache:develop

to

  ampache-app:
    build: https://github.com/ampache/ampache-docker.git#develop

With that I tried to build the current image by myself.
After executing docker-compose build I get the following error message:

Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for scn/phptal v3.1.0 -> satisfiable by scn/phptal[v3.1.0].
    - scn/phptal v3.1.0 requires ext-gettext * -> the requested PHP extension gettext is missing from your system.

  To enable extensions, verify that they are enabled in your .ini files:
    - /usr/local/etc/php/php-cli.ini
    - /usr/local/etc/php/conf.d/docker-php-ext-intl.ini
    - /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini
    - /usr/local/etc/php/conf.d/docker-php-ext-zip.ini
  You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
ERROR: Service 'ampache-app' failed to build: The command '/bin/sh -c tar -xzf /tmp/develop.tar.gz --strip=1 -C .     &&  apk add --no-cache php-intl icu-dev     &&  docker-php-ext-install intl     &&  composer install --prefer-source --no-interaction     &&  rm -rf .git* .php_cs .sc .scrutinizer.yml .tgitconfig .travis.yml .tx *.md     &&  mv ./public/rest/.htac* ./public/rest/.htaccess     &&  mv ./public/play/.htac* ./public/play/.htaccess     &&  mv ./public/channel/.htac* ./public/channel/.htaccess     &&  chmod -R 775 .' returned a non-zero code: 2

from amperfy.

lachlan-00 avatar lachlan-00 commented on August 11, 2024

i'll be rebuilding this week, just prepping a new point release for the master branch and will redo develop

from amperfy.

lachlan-00 avatar lachlan-00 commented on August 11, 2024

in about 60000 ish seconds my poor mysql box will have built a new develop docker
image

from amperfy.

lachlan-00 avatar lachlan-00 commented on August 11, 2024

I am running Ampache via docker.
In the currently uploaded docker image the mentioned commit is not included.
To test the commit I changed my docker-compose file from

  ampache-app:
    image: ampache/ampache:develop

to

  ampache-app:
    build: https://github.com/ampache/ampache-docker.git#develop

With that I tried to build the current image by myself.
After executing docker-compose build I get the following error message:

Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for scn/phptal v3.1.0 -> satisfiable by scn/phptal[v3.1.0].
    - scn/phptal v3.1.0 requires ext-gettext * -> the requested PHP extension gettext is missing from your system.

  To enable extensions, verify that they are enabled in your .ini files:
    - /usr/local/etc/php/php-cli.ini
    - /usr/local/etc/php/conf.d/docker-php-ext-intl.ini
    - /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini
    - /usr/local/etc/php/conf.d/docker-php-ext-zip.ini
  You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
ERROR: Service 'ampache-app' failed to build: The command '/bin/sh -c tar -xzf /tmp/develop.tar.gz --strip=1 -C .     &&  apk add --no-cache php-intl icu-dev     &&  docker-php-ext-install intl     &&  composer install --prefer-source --no-interaction     &&  rm -rf .git* .php_cs .sc .scrutinizer.yml .tgitconfig .travis.yml .tx *.md     &&  mv ./public/rest/.htac* ./public/rest/.htaccess     &&  mv ./public/play/.htac* ./public/play/.htaccess     &&  mv ./public/channel/.htac* ./public/channel/.htaccess     &&  chmod -R 775 .' returned a non-zero code: 2

have to rebuild the whole docker image now, sick of screwing around with alpine

from amperfy.

BLeeEZ avatar BLeeEZ commented on August 11, 2024

@lachlan-00 Thank you for your support
@sandersantema I updated the Ampache server. As far as I can see Amperfy runs fine with the updated version.

from amperfy.

BLeeEZ avatar BLeeEZ commented on August 11, 2024

I encountered a issue with "artist_albums" and reported it directly on Ampache: ampache/ampache#2932

Due to this bug all albums will display "0 songs" after a fetch.

from amperfy.

sandersantema avatar sandersantema commented on August 11, 2024

I've updated as well, no problems so far 🎉

from amperfy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.