NameError: name 'self' is not defined #12

Closed
opened 2020-05-27 05:14:31 +00:00 by michael-lazar · 1 comment
Contributor

Attempting to launch AV-98 with my previously generated client certificate:

$ av98 --tls-cert ~/astrobotany.crt --tls-key ~/astrobotany.key gemini://astrobotany.mozz.us/
Welcome to AV-98!
Enjoy your patrol through Geminispace...
Traceback (most recent call last):
  File "/usr/local/bin/av98", line 1526, in <module>
    main()
  File "/usr/local/bin/av98", line 1505, in main
    self._activate_client_cert(args.tls_cert, args.tls_key)
NameError: name 'self' is not defined
Attempting to launch AV-98 with my previously generated client certificate: ``` $ av98 --tls-cert ~/astrobotany.crt --tls-key ~/astrobotany.key gemini://astrobotany.mozz.us/ Welcome to AV-98! Enjoy your patrol through Geminispace... Traceback (most recent call last): File "/usr/local/bin/av98", line 1526, in <module> main() File "/usr/local/bin/av98", line 1505, in main self._activate_client_cert(args.tls_cert, args.tls_key) NameError: name 'self' is not defined ```
Owner

This should also be fixed now, thanks again for testing and reporting!

This should also be fixed now, thanks again for testing and reporting!
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: solderpunk/AV-98#12
No description provided.