Open marcluque opened 1 year ago
Could you please provide some additional information as to what you were trying to do at the time -- or send a more --verbose
log (make sure to hide any information you don't want the public to see)?
Could you please provide some additional information as to what you were trying to do at the time -- or send a more
--verbose
log (make sure to hide any information you don't want the public to see)?
The verbose logging produced a lot of output, is there some sensitive data being logged? I just want to make sure that I can dump the log here. I couldn't find any of my sensitive data while grepping the log.
I can reproduce the error.
Syncmymoodle installed with pip in Version 0.1.0
on WSL Ubuntu 22.04.3 LTS
inside Windows 10 Education.
Used command:
python3 -m syncmymoodle --verbose --courses https://moodle.rwth-aachen.de/course/view.php\?id\=23424 >> log.txt 2>&1
This is the config.json used, and the log.txt returned. I removed sensitive data from both files.
Setting "opencast": true,
and "folder": true
was the minimal configuration I could trigger the error with while trying different config options but this was by no means an extensive probing.
I encountered this error for the master branch at da13ec10292e5de1dff81dfa834f4a81df335ccd. Using python 3.10 on Ubuntu 22.04.2