https://github.com/vimalloc/flask-jwt-extended/issues/238

I will fix the requirements accordingly

On Wednesday, 10 July 2019 05:25:01 UTC-7, Lovedie JC wrote:
>
> Using ubunut 18.04lts, we are getting:
>
> Error Ticket: module 'jwt.exceptions' has no attribute 
> 'InvalidSignatureError'
>
> Traceback (most recent call last):
>   File "/home/mauricewaka/web3py/web3py/core.py", line 280, in load
>     self.local.data = jwt.decode(token_data, self.secret, 
> algorithms=[self.algorithm])
>   File "/usr/lib/python3/dist-packages/jwt/api_jwt.py", line 78, in decode
>     jwt, key=key, algorithms=algorithms, options=options, **kwargs
>   File "/usr/lib/python3/dist-packages/jwt/api_jws.py", line 140, in decode
>     key, algorithms)
>   File "/usr/lib/python3/dist-packages/jwt/api_jws.py", line 207, in 
> _verify_signature
>     raise DecodeError('Signature verification failed')
> jwt.exceptions.DecodeError: Signature verification failed
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
>   File "/home/mauricewaka/web3py/web3py/core.py", line 429, in wrapper
>     ret = func(*func_args, **func_kwargs)
>   File "/home/mauricewaka/web3py/web3py/core.py", line 394, in wrapper
>     [obj.on_request() for obj in fixtures]
>   File "/home/mauricewaka/web3py/web3py/core.py", line 394, in <listcomp>
>     [obj.on_request() for obj in fixtures]
>   File "/home/mauricewaka/web3py/web3py/core.py", line 315, in on_request
>     self.load()
>   File "/home/mauricewaka/web3py/web3py/core.py", line 284, in load
>     except (jwt.exceptions.InvalidSignatureError, AssertionError, ValueError):
> AttributeError: module 'jwt.exceptions' has no attribute 
> 'InvalidSignatureError'
>
>
> On Wed, 10 Jul 2019 at 09:33, Massimo Di Pierro <
> massimo.dipie...@gmail.com> wrote:
>
>> what do you advice about favico.ico? The _default app can easily define a 
>> route for it.
>>
>> @action('favcio.con')
>> def favico(): return 'the bytes or the icon'
>>
>> But is this the right way to handle? Should it be a more fundamental link 
>> handled by web3py? What is the _default app is deleted? If it is a 
>> customizable file, where should be located in _dashboard/static/ ? Again, 
>> what if _default is removed?
>>
>> On Sunday, 7 July 2019 22:10:47 UTC-7, Nico Zanferrari wrote:
>>>
>>> It runs fine on Windows 10, too.
>>> But I'm not able to create a new user and it also complains about 
>>> missing favicon.ico.
>>>
>>> Nico
>>>
>>> Il Lun 8 Lug 2019, 01:56 黄祥 <steve.van.chris...@gmail.com> ha scritto:
>>>
>>>> run well on docker container : ubuntu and mac
>>>>
>>>> best regards,
>>>> stifan
>>>>
>>>> -- 
>>>> Resources:
>>>> - http://web2py.com
>>>> - http://web2py.com/book (Documentation)
>>>> - http://github.com/web2py/web2py (Source code)
>>>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>>>> --- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "web2py-users" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to web2py+unsubscr...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/web2py/7f68121a-d157-4445-97e1-57aff3ed8fd0%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/web2py/7f68121a-d157-4445-97e1-57aff3ed8fd0%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> -- 
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to web2py+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/web2py/ba30a635-d95d-4212-b6b1-9025462359b4%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/web2py/ba30a635-d95d-4212-b6b1-9025462359b4%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/e5029bb1-e80f-4969-bf19-54a500695128%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to