Giter Site home page Giter Site logo

metaprovide / talked-client Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 0.0 94 KB

Client for Talked

License: GNU Affero General Public License v3.0

PHP 81.17% CSS 1.15% JavaScript 10.01% Makefile 7.68%
nextcloud nextcloud-talk nextcloud-talk-bot call-recording recording talk

talked-client's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

talked-client's Issues

AttributeError: 'WebDriver' object has no attribute 'find_element_by_ ...

Describe the bug
The syntax "find_element_by_ ... " throws an AttributeError with the latest version of Selenium, because that syntax is deprecated

find_element_by_css_selector( has become find_element(By.CSS_SELECTOR,
find_element_by_tag_name( has become find_element(By.TAG_NAME,

more on https://selenium-python.readthedocs.io/locating-elements.html

To Reproduce

  1. Install latest version of everything as of Sep 15, 2022
  2. /recording start
  3. wait until error appears in the log

Expected behaviour
No attribute error and start recording.

Screenshots
gzhKLSYZYs

Setup (please complete the following information):

  • Nextcloud version: [e.g. 24.0.0.5]
  • Talked client version: [e.g. 0.4.0]
  • Talked server version: [e.g. 0.4.4]
  • Ubuntu 22.04 LTS, python 3.10, selenium 4.4.3

Additional context
Solution provided above, replace all instance of find_element_by_css_selector( with find_element(By.CSS_SELECTOR, and so on, afterward the app works without errors.

Add support for self-signed certificates

An error occured while running the command. Please try again or contact an administrator.
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behaviour:

  1. Go to 'any created Talk conference'
  2. Click on 'open chat'
  3. Enter the any command talked-client. For example '/recording status'
  4. See error: 'An error occured while running the command. Please try again or contact an administrator.'

Screenshots
If applicable, add screenshots to help explain your problem.
command-console
error-chat
config-in-nextcloud

Setup (please complete the following information):

  • Nextcloud version: [e.g. 22.2.0]
  • Talked client version: [e.g. 0.2.0]
  • Talk on the Nextcloud version: [12.1.2]
  • Talked server version: [e.g. 0.1.4] - ????
  • Browser and browser version: [e.g. Firefox 91, Chrome 72]

Additional context
Add any other context about the problem here.

Allow connecting directly to unix socket

Determine whether to use Unix socket or TCP to connect to the Talked server based on the scheme specified in the URI. So if the URI is unix:///example/talked.sock the client would connect to a Unix socket and if the URI is https://talked.example.com the client would connect over TCP.

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.