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

it doesnt work #238

Closed
Draidel opened this issue Feb 1, 2017 · 2 comments
Closed

it doesnt work #238

Draidel opened this issue Feb 1, 2017 · 2 comments

Comments

@Draidel
Copy link

Draidel commented Feb 1, 2017

Steps to reproduce

  1. Activate Plugin
  2. Click its icon
  3. Thats all

Expected behaviour

You install the plugin and it should work out-of-the-box (I guess)

Actual behaviour

You can go to the video call main screen, however no persons are shown, not even yourself
I also noticed that other windows do not work until you stop the one running spreed.

Browser

Microphone available: yes

Camera available: no

Operating system: Ubuntu 16.04 (64-bits)

Browser name: Chromium

Browser version: Version 55.0.2883.87

Browser log

CHROMIUM CONSOLE: ``` jquery-migrate.min.js?v=7c26ada…:2 JQMIGRATE: Migrate is installed, version 1.4.0 app.js:356 Starting spreed … jquery.min.js?v=7c26ada…:4 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. send @ jquery.min.js?v=7c26ada…:4 simplewebrtc.js:13898 CONNECTED (anonymous) @ simplewebrtc.js:13898 webrtc.js:457 local speaking webrtc.js:463 local stoppedSpeaking webrtc.js:457 local speaking webrtc.js:463 local stoppedSpeaking webrtc.js:457 local speaking webrtc.js:463 local stoppedSpeaking ```

Spreed app

Spreed app version: 1.2.0

Custom TURN server configured: no

Custom STUN server configured: no

Server configuration

Operating system: Ubuntu 16.04

Web server: Apache

Database: Maria

PHP version: 7.0.13

Nextcloud Version: 11.0.1

List of activated apps: I disabled everything

``` Enabled: - activity: 2.4.1 - admin_audit: 1.1.0 - calendar: 1.5.0 - comments: 1.1.0 - dav: 1.1.1 - direct_menu: 0.10.0 - federatedfilesharing: 1.1.1 - files: 1.6.1 - files_accesscontrol: 1.1.2 - files_downloadactivity: 1.0.0 - files_pdfviewer: 1.0.1 - files_retention: 1.0.1 - files_sharing: 1.1.1 - files_trashbin: 1.1.0 - files_versions: 1.4.0 - files_videoplayer: 1.0.0 - logreader: 2.0.0 - lookup_server_connector: 1.0.0 - mail: 0.6.2 - notifications: 1.0.1 - provisioning_api: 1.1.0 - richdocuments: 1.1.25 - serverinfo: 1.1.1 - sharebymail: 1.0.1 - spreed: 1.2.0 - systemtags: 1.1.3 - theming: 1.1.1 - twofactor_backupcodes: 1.0.0 - whmcs_integration: true - workflowengine: 1.1.1 Disabled: - encryption - external - federation - files_automatedtagging - files_external - files_texteditor - firstrunwizard - gallery - keeweb - nextcloud_announcements - ojsxc - password_policy - survey_client - templateeditor - updatenotification - user_external - user_ldap - user_saml
</details>

**Config information:**

<details>

{
"system": {
"instanceid": "och0sxuoshn2",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"datadirectory": "/nextcloud/data",
"overwrite.cli.url": "https://cloud.nebulion.com/nextcloud",
"dbtype": "mysql",
"version": "11.0.1.2",
"dbname": "NextCloud_DB",
"dbhost": "localhost",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"updater.release.channel": "stable",
"mail_smtpmode": "smtp",
"mail_from_address": "cloud",
"mail_domain": "nebulion.com",
"mail_smtphost": "mail.nebulion.com",
"mail_smtpport": "465",
"trusted_domains": [
"cloud.nebulion.com",
"collabora.nebulion.com"
],
"memcache.distributed": "\OC\Memcache\Redis",
"memcache.local": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "localhost",
"port": 6379
},
"theme": "NebulionTheme",
"skeletondirectory": "/var/www/nextcloud/themes/NebulionTheme/core/skeleton",
"knowledgebaseenabled": false,
"mail_smtpauth": 1,
"mail_smtpauthtype": "PLAIN",
"mail_smtpsecure": "ssl",
"apps_paths": [
{
"path": "/var/www/nextcloud/apps",
"url": "/apps",
"writable": true
}
],
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"loglevel": 2,
"debug": false
}
}

</details>

### Server log (data/nextcloud.log)
<details>

just some logging related to email issues

</details>
@nickvergessen
Copy link
Member

HTTP2 enabled?

@nickvergessen
Copy link
Member

Looking at https://cloud.nebulion.com/ from your config, it seems you have HTTP2 enabled.
This is currently not supported, see #225 for more information

marcoambrosini pushed a commit that referenced this issue Oct 9, 2019
add props for navigation class and content class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants