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

[BUG] Upload doesn't seem to work #35

Closed
1 task done
jokob-sk opened this issue Jun 3, 2024 · 3 comments
Closed
1 task done

[BUG] Upload doesn't seem to work #35

jokob-sk opened this issue Jun 3, 2024 · 3 comments

Comments

@jokob-sk
Copy link

jokob-sk commented Jun 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When uploading an image via the interface or via the API (via Screencloud) an exception is shown and image is not uploaded. Seems to have worked fine before the latest update as far as I remember. Using Firefox. Couldn't find any logs in the container logs in Portainer.
Screenshot at 19-51-33
Capture

EDIT: Tested 3.7.0-ls149 which works fine

Expected Behavior

Fiel is uplaoded

Steps To Reproduce

  1. Using Firefox or the API
  2. Uploading image fails

Environment

- OS:Synology
- How docker service was installed: docker-compose

CPU architecture

x86-64

Docker creation

version: "3"
services:
  xbackbone:
    container_name: xbackbone
    image: lscr.io/linuxserver/xbackbone:latest
    restart: unless-stopped
    volumes:
      - ${APP_DATA_LOCATION}/xbackbone/data:/config
    environment:
      - TZ=Australia/Sydney
      - PUID=1036
      - PGID=1000
    ports:
      - 36780:80
      - 36743:443

Container logs

[migrations] started

[migrations] 01-nginx-site-confs-default: skipped

[migrations] done

───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗

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

      ██║     ███████╗██║██║   ██║

      ██║     ╚════██║██║██║   ██║

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

      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io

───────────────────────────────────────

To support LSIO projects visit:

https://www.linuxserver.io/donate/

───────────────────────────────────────

GID/UID

───────────────────────────────────────

User UID:    1036

User GID:    1000

───────────────────────────────────────

Linuxserver.io version: 3.7.0-ls152

Build-date: 2024-06-02T02:36:57+00:00

───────────────────────────────────────

    

using keys found in /config/keys

**** The following active confs have different version dates than the samples that are shipped. ****

**** This may be due to user customization or an update to the samples. ****

**** You should compare the following files to the samples in the same folder and update them. ****

**** Use the link at the top of the file to view the changelog. ****

┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐

│  old date  │  new date  │ path                                                                   │

├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤

│ 2023-04-13 │ 2024-05-27 │ /config/nginx/nginx.conf                                               │

│ 2023-04-13 │ 2024-05-27 │ /config/nginx/site-confs/default.conf                                  │

└────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘

[custom-init] No custom files found, skipping...

[ls.io-init] done.

nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /config/nginx/site-confs/default.conf:7

nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /config/nginx/site-confs/default.conf:8
Copy link

github-actions bot commented Jun 3, 2024

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

@thespad
Copy link
Member

thespad commented Jun 3, 2024

Just updated to the latest image and tested an upload with Firefox, seems to be working fine. Check the nginx access and error logs for anything that stands out, and you can also check /config/www/xbackbone/logs/ for application logs.

@jokob-sk
Copy link
Author

jokob-sk commented Jun 3, 2024

Thanks, redownloaded the latest image and it seems to be working, maybe it was the amd64-3.7.0-ls151, thanks for the check and reply!

@jokob-sk jokob-sk closed this as completed Jun 3, 2024
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

2 participants