expatbuilder

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
Rumtum
Posts: 4
Joined: Fri Apr 30, 2021 6:17 am

expatbuilder

Post by Rumtum »

This may well be a QNAP environment issue rather than a Mylar3.

Comicvine is up. I can log in and my api key is aligned.

Unable to add / refresh the series due to inablity to retrieve data from ComicVine. You might want to try abit later and/or make sure ComicVine is up.
[ERROR] Error returned from CV: cannot import name 'expatbuilder' from 'xml.dom' (/opt/lib/python3.9/xml/dom/__init__.pyc)

The version of python being used is python3.10; I am not sure why Mylar is using that path.

Version: v0.6.8 (master)
Qnap: TS-253D/5.0.0.2055
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: expatbuilder

Post by evilhero »

Mylar only uses the version of python it's told to. So if it's running the wrong version, either the incorrect version is higher in your PATH environment so it executes first, or which is probably more likely given your OS, however you start mylar is actually calling the incorrect executable.

You would have to most likely check your startup file for mylar and ensure its calling the correct version of python and that the requirements.txt install is run against that version.
Post Reply