AttributeError: Sequence object has no attribute asOctets
See original GitHub issueHi, when I try to import password CSV from Chromium I get the following error:
$ ffpass import --from pw.csv
Traceback (most recent call last):
File "/usr/bin/ffpass", line 8, in <module>
sys.exit(main())
File "/usr/lib/python3.8/site-packages/ffpass/__init__.py", line 354, in main
args.func(args)
File "/usr/lib/python3.8/site-packages/ffpass/__init__.py", line 287, in main_import
key = askpass(args.directory)
File "/usr/lib/python3.8/site-packages/ffpass/__init__.py", line 254, in askpass
key = getKey(directory, password)
File "/usr/lib/python3.8/site-packages/ffpass/__init__.py", line 93, in getKey
entrySalt = decodedA11[0][1][0].asOctets()
AttributeError: 'Sequence' object has no attribute 'asOctets'
I am using Arch Linux with Python 3.8.1
, pyasn1 0.4.8
, and ffpass 0.4.8
.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:25 (12 by maintainers)
Top Results From Across the Web
'FlaskDB' object has no attribute 'sequences'
It seems that your User model doesn't have correct database. With FlaskDB, your User model should inherit FlaskDB().
Read more >'sequential' object has no attribute 'score'
Can you try this? print(model.evaluate(X_train, Y_train)). Open side panel. Keras AttributeError ...
Read more >List of messages - Python tracker
... () AttributeError: 'Decimal' object has no attribute 'as_integer_ratio' >>> It seems ... in cases where the sequences have many duplicate elements.
Read more >pyasn1-users Mailing List for ASN.1 library for Python
I have installed latest pyasn1 (0.4.5): % pip install pyasn1 Successfully ... line 1, in <module> > AttributeError: 'CertificateSet' object has no attribute...
Read more >mozilla-beta - Mercurial
Objects of Constructed types now support __setitem__() -- Set/Sequence ... +- Fixed crash on prettyPrint'ing a SEQUENCE with no defined components +- Fixed ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I managed to do a workaround:
Workaround
firepwd has a fix now that you may be able to port: https://github.com/lclevy/firepwd/commit/4981e8dd4cc29ea05bcb2eb36d78d3113b207834