Coder Social home page Coder Social logo

Comments (10)

prschmid avatar prschmid commented on June 4, 2024 2

This has been fixed in bd79bef and the newest zoomus lib that should be pushed to pypi should not have this issue anymore. Thank you for everyone's patience!

from zoomus.

prschmid avatar prschmid commented on June 4, 2024 1

Hello everyone! Terribly sorry about the lack of communication on my part! I've been super busy (work, family, etc) recently and haven't had the time to work on this. I am in the process of updating the dependencies right now and will remove the decode() part form util.py which is causing the issue. Stay tuned and we should have this resolved shortly.

from zoomus.

michellevalentinova avatar michellevalentinova commented on June 4, 2024

Same with Python 3.6.9 (default, Oct 8 2020, 12:12:24) [GCC 8.4.0] on linux, v 1.1.3.

from zoomus.

ruiribeiro04 avatar ruiribeiro04 commented on June 4, 2024

Same on Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)] on win32

from zoomus.

GalNakash-RecoLabs avatar GalNakash-RecoLabs commented on June 4, 2024

Same on Python 3.8 in MacOSX
You are trying to decode an object that is already decoded.
You have str, there is no need to decode from UTF-8 anymore.

from zoomus.

pablolgit avatar pablolgit commented on June 4, 2024

Same on Python 3.9.0 (default, Nov 18 2020, 13:28:38) [GCC 8.3.0]
I've modified util.py to only return token and that worked for my use case, not sure if it would break anything else.

from zoomus.

michellevalentinova avatar michellevalentinova commented on June 4, 2024

The builds are also failing because of this https://travis-ci.org/github/prschmid/zoomus/jobs/751150219

It could break Python 2 code but I don't think Python 2 should be the target.

In fact, the build broke when PyJWT was upgraded from 1.7.1 to 2.0.0.

https://github.com/jpadilla/pyjwt/releases/tag/2.0.0

The release notes say: "Drop support for Python 2"

So it appears that PyJWT 1.7.1 was returning Python 2 compatible strings for which .decode() works or might even be necessary.

from zoomus.

TheTechAlchemist avatar TheTechAlchemist commented on June 4, 2024

I confirm this problem on Python 3.6.7 with PyJWT 2.0.1 on GNU/Linux; it works without errors with pyjwt 1.7.1

from zoomus.

prschmid avatar prschmid commented on June 4, 2024

Waiting for Travis to run the tests, but it looks like they are having a bit of a backlog and so things are queued up.

Screen Shot 2021-01-29 at 11 28 49 AM

from zoomus.

patcon avatar patcon commented on June 4, 2024

Thanks so much @prschmid! I'm glad you're getting family time, and I'm really grateful for the time you found for this after the important stuff :)

from zoomus.

Related Issues (20)

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.