}

Solved errors

Direct solutions to common programming errors and system issues.

Page 13 of 17

1 min read

Bootstrap 4: Responsive Carousel Issues Fix

The problems with responsive caruosel should be fixed on the latest bootstrap 4 version. Make sure you have the latest bootstrap version, if problem persists check here for some solutions.

1 min readNone

Freecodecamp: Dead Page Symbol Error Fix

Freecodecamp: After entering the code as the lesson describes I receive a dead page symbol; once i run tests it is non responsive

1 min readIntermediate

Truffle: fsevents is not a constructor Error

truffle 3.3.0 serve returns the error TypeError: fsevents is not a constructor

3 min readNone

No module named shutil_get_terminal_size

While using Jupyter I got the following stack trace when calling ipykernel: ImportError: No module named shutil_get_terminal_size

1 min readNone

Jupyter: Slow Tab Completion on Large Objects

Using ipython6 with Jupyter notebook, you see much longer delays for tab-completion on large variables (arrays ~1GB in size in memory) which don't occur with previus version.

1 min readBeginner

zope.interface error

zope.interface error: ImportError: No module named interface

1 min readBeginner

zope.interface error

zope.interface error: ImportError: No module named interface

1 min readNone

Ansible: group_vars Overwritten on Same Host

With ansible 1.6.1 using Mac OSX group_vars are overwritten by another group when sharing the same host.

1 min readBeginner

Ansible: EC2 inventory script (ec2.py) returns: Forbidden

Running ec2.py/ec2.ini "out of the box" will raise "Forbidden". but setting elasticache = False and rds=False can solve this issue. Learn more here.

1 min readBeginner

Ansible: EC2 inventory script (ec2.py) returns: Forbidden

Running ec2.py/ec2.ini "out of the box" will raise "Forbidden". but setting elasticache = False and rds=False can solve this issue. Learn more here.