Peter Hanley
Peter Hanley
Hey - you may already be aware but the cert needs to be renewed from your vendor for the structures repo. > Expired: Saturday, February 29, 2020 at 5:36:00 PM...
When running `CODES.sh --full` I'm getting the following error: ``` >>> Downloading https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.0.tar.bz2 into /Users/hanley/src ... --2017-09-20 16:33:15-- https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.0.tar.bz2 Resolving cache.ruby-lang.org... 151.101.208.233 Connecting to cache.ruby-lang.org|151.101.208.233|:443... connected. OpenSSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert...
tldr: The only reliable way I could get pleaserun to work with RHEL 6.6 was to install ruby 2.1.5 via `rvm` and use `rvmsudo` to run the command from the...
I've been looking over the code and it doesn't look like the api is implemented in the app - is there a operate repo or way to run the search...
# Describe the bug The following code fails: ```python course_id = 666666 course = canvas.get_course(course_id) logged_events = course.query_audit_by_course() event_list = [e for e in logged_events] ``` fails with `AttributeError: 'str'...