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

Can't upload background image #11204

Closed
ChristophWurst opened this issue Dec 12, 2023 · 1 comment · Fixed by #11210
Closed

Can't upload background image #11204

ChristophWurst opened this issue Dec 12, 2023 · 1 comment · Fixed by #11210
Labels
Milestone

Comments

@ChristophWurst
Copy link
Member

ChristophWurst commented Dec 12, 2023

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. Join a call
  2. Open media settings
  3. Upload a custom file

Expected behaviour

File uploads and can be used as background

Actual behaviour

PUT https://cloud.domain.tld/remote.php/dav/files/christoph%5Bobject%20Object%5D

Talk app

Talk app version: (see apps admin page: /index.php/settings/apps)

Custom Signaling server configured: yes/no and version (see additional admin settings: /index.php/index.php/settings/admin/talk#signaling_server)

Custom TURN server configured: yes/no (see additional admin settings: /index.php/settings/admin/talk#turn_server)

Custom STUN server configured: yes/no (see additional admin settings: /index.php/settings/admin/talk#stun_server)

Browser

Microphone available: yes/no

Camera available: yes/no

Operating system: Windows/Ubuntu/...

Browser name: Firefox/Chrome/...

Browser version: 85/96/...

Browser log

``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```

Server configuration

Operating system: Ubuntu/RedHat/...

Web server: Apache/Nginx

Database: MySQL/Maria/SQLite/PostgreSQL

PHP version: 8.0/8.1/8.2

Nextcloud Version: 28.0.0

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your server installation folder

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

Server log (data/nextcloud.log)

Insert your server log here
@nickvergessen
Copy link
Member

SELECT * FROM oc_preferences WHERE userid = 'christoph' AND appid = 'spreed';
+-----------+--------+-------------------------+-------+
| userid    | appid  | configkey               | configvalue |
+-----------+--------+-------------------------+-------+
| christoph | spreed | changelog               | 51    |
| christoph | spreed | note_to_self            | 15117 |
| christoph | spreed | read_status_privacy     | 1     |
| christoph | spreed | signaling_ticket_secret | …     |
| christoph | spreed | typing_privacy          | 1     |
+-----------+--------+-------------------------+-------+

No special Talk/ folder configured, so it's the default config and therefore I guess a frontend bug only.

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

Successfully merging a pull request may close this issue.

3 participants