Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to login with default information + image uploads fail #33

Closed
1 task done
ZuluWhiskey opened this issue Jul 21, 2023 · 2 comments
Closed
1 task done

Unable to login with default information + image uploads fail #33

ZuluWhiskey opened this issue Jul 21, 2023 · 2 comments

Comments

@ZuluWhiskey
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

After first pulling & brining up the container, I am unable to log into the application with the default admin/admin password.

To fix this I can do a chmod -R 777 on the config directory and then I’m able to log in.

Then, when trying to add a child, if I add a picture (with debug enabled) I get the error module 'PIL.Image' has no attribute 'ANTIALIAS'

A little more info on this bug raised here:
babybuddy/babybuddy#684

Expected Behavior

Able to log in with default username and password

Able to upload a picture of the child

Steps To Reproduce

  1. Pull & start the latest image - Linuxserver.io version:- v2.0.2-ls95 Build-date:- 2023-07-17T14:43:50+00:00
  2. Got to the website/application
  3. Try to log in with admin / admin - This will error
  4. Chmod the configuration directory 777
  5. Attempt to login again
  6. In the application: Add child with name & picture - This will error

Environment

- OS: Ubuntu
- How docker service was installed: Docker installed via apt-get

Docker version: 24.0.4, build 3713ee1
Ubuntu version: 20.04.6 LTS

CPU architecture

x86-64

Docker creation

version: '2.1'

services:
  babybuddy:
    image: lscr.io/linuxserver/babybuddy
    container_name: babybuddy
    environment:
      - TZ=Europe/London
      - PUID=981
      - PGID=981
      - DEBUG=1
    volumes:
      - ./config:/config
    ports:
      - 8000:8000
    restart: unless-stopped

Container logs

[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] 02-default-location: skipped
[migrations] done
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗ 
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝ 

   Brought to you by linuxserver.io
───────────────────────────────────────

To support the app dev(s) visit:
BabyBuddy: https://github.com/sponsors/cdubz

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    981
User GID:    981
───────────────────────────────────────

using keys found in /config/keys
Operations to perform:
  Apply all migrations: admin, auth, authtoken, axes, babybuddy, contenttypes, core, dbsettings, sessions
Running migrations:
  No migrations to apply.
Cache table 'cache_default' already exists.
[custom-init] No custom files found, skipping...
[ls.io-init] done.
@github-actions
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@ZuluWhiskey
Copy link
Author

Closing as resolved in the Babybuddy application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant