Code Monkey home page Code Monkey logo

zellowork-server-api-libs's People

Contributors

adambailey- avatar agatx avatar cooksey avatar megamk avatar stas-zello avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zellowork-server-api-libs's Issues

Error Code 500

Received an undocumented error code 500 with other content-type encoding.

Bug in ZelloAPI.m for iOS support

About line 271 reads...

if (self.sessionId) {
[[urlString stringByAppendingString:@"?sid="] stringByAppendingString:_sessionId];
}

but should be

if (self.sessionId) {
urlString = [[urlString stringByAppendingString:@"?sid="] stringByAppendingString:_sessionId];
}

without this change, login attempts cause a 304 error saying "Invalid captcha" because it never actually appends the sad to the urlString

Upgrade Swift Version

I believe the current library is using 2.2, which is practically a different language at this point!

Russoski - Russian ZES customers

All connected devices, including those from a computer (Windows), do not connect via mobile Internet, they connect via wi-fi over a local network without problems.

On the device, “ signing into the network” is spinning and nothing else happens. The list of users is displayed on the screen..(112.jpg, 1122.jpg)

TLS is disabled.
C7922E7A.txt
zello-problem-report_without_VPN.txt
zello-problem-report_with_VPN.txt
1122
112

Yes, the list of contacts is visible, but the connection continues to spin (wheel)

ZelloAPISwift - Macbook M1

I'm currently using the ZelloAPISwift on M1 chip and I'm not able to build the app. Could this be related to M1 chip because latest release was in 2016?

Error

Target 'ZelloAPISwift' (project 'Pods') has copy command from '/Users/milosbogdanovic/Developer/iosmobileenterprise/Pods/ZelloAPISwift/swift/CocoaPod/ZelloAPISwift/Info.plist' to '/Users/milosbogdanovic/Library/Developer/Xcode/DerivedData/project/Build/Products/Debug-iphonesimulator/ZelloAPISwift/ZelloAPISwift.framework/Info.plist'

No duplicates in info.plist, derived data deleted, clean build. I tried everything, but no success.

user/save calls clear out data not supplied

I have a need to simply update a user's Job.
I sent a request that just had the user's username and job and Zello cleared out the user's Full Name, email and tags. Hoping it didn't touch the password.

Using the php libary..

$u_array = array("name" => $un,"job" => $rank);						
$zello->saveUser($u_array);

Is this behavior expected? To do an update any part of the profile info, you have to supply all the profile data? I assumed since most of the data is optional that only the data supplied would be updated.

Sure hope I get some more response than my last question here.

PHP Lib: Zello object data not cleared out between calls

Make a call to getUsers for a user that doesn't exist. A 404 is returned as expected.

ZelloServerAPI Object
(
    [version] => 1.1.0
    [data] => Array
        (
        )

    [errorCode] => 404
    [errorDescription] => User not found
    [curlErrorDescription] => 
    [sid] => ***
    [lastUrl] => ***//user/get/login/mm%40aol.com?rnd=***&sid=***
    [host:protected] => https://***.zellowork.com/
    [api_key:protected] => ***
    [curlConnectionTimeout:protected] => 
    [curlExecutionTimeout:protected] => 
)

Using the same object, create a new API call to getChannels for a channel that does exist and the 200 is returned but still containing the 404 error code.

ZelloServerAPI Object
(
    [version] => 1.1.0
    [data] => Array
        (
            [status] => OK
            [code] => 200
            [channels] => Array
                (
                    [name] => Peoria E2
                    *** SNIP ***
                )
        )

    [errorCode] => 404
    [errorDescription] => User not found
    [curlErrorDescription] => 
    [sid] => ***
    [lastUrl] => https://***.zellowork.com//channel/get/name/Peoria+E2?rnd=***&sid=***
    [host:protected] => https://***.zellowork.com/
    [api_key:protected] => ***
    [curlConnectionTimeout:protected] => 
    [curlExecutionTimeout:protected] => 
)

I would expect the object to be reset on a new API call or am I mistaken?

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.