Skip to content

Instantly share code, notes, and snippets.

View superColson's full-sized avatar
👌

Colson superColson

👌
View GitHub Profile
@superColson
superColson / yunohost_aptupgrade_fulllogerror.txt
Last active March 5, 2021 18:59
Yunohost apt upgrade full log error
root@colinchibois:~# apt update
Ign:1 http://httpredir.debian.org/debian stretch InRelease
Hit:2 http://forge.yunohost.org/debian stretch InRelease
Get:3 http://httpredir.debian.org/debian stretch-updates InRelease [93.6 kB]
Get:4 http://security.debian.org stretch/updates InRelease [53.0 kB]
Hit:5 http://httpredir.debian.org/debian stretch Release
Hit:6 https://mirrors.netix.net/armbian/apt stretch InRelease
Get:7 http://security.debian.org stretch/updates/main armhf Packages [634 kB]
Fetched 781 kB in 5s (139 kB/s)
Reading package lists... Done
@superColson
superColson / boto3_import_error.txt
Created February 3, 2021 08:48
TD 2020.28470 boto3 import error
Traceback (most recent call last):
File "/abcdior_proto/S3_UPLOAD/s3_file_uploader/parexec1", line 15, in onPulse
td.Error: File "/abcdior_proto/S3_UPLOAD/s3_file_uploader/uploader", line 14
r = previousimport(*args, **kw)
File "C:/PYTHON37/Lib/site-packages\boto3\__init__.py", line 16
from boto3.session import Session
r = previousimport(*args, **kw)
File "C:/PYTHON37/Lib/site-packages\boto3\session.py", line 17
import botocore.session
r = previousimport(*args, **kw)