raytian

Members
  • Posts

    2
  • Joined

  • Last visited

raytian's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Had some really weird error, there was a "boot loop" when starting this container. Kept getting some weird error: SyntaxError: Non-ASCII character '\xe2' in file /app/lazylibrarian/lazylibrarian/providers.py on line 1547, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details What ended up solving it was installing nano via apk add nano Then adding at the very top of the python file: # -*- coding: utf-8 -*-
  2. What I ended up doing was manually downloading the JAR. Login via FTP. Once you find the Profiles > FTB, you'll see the current JAR that you tried downloading. It'll usually be the wrong size. Delete it and replace it with the correct JAR that you downloaded. Don't forget to rename the JAR you downloaded to whatever JAR file you are replacing.