Weird Problem, not downloading

Post any problems / bugs / issues that are Mylar-related in here.
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Weird Problem, not downloading

Post by evilhero »

I can confirm now with 100% certainty it's due to the fact that there's a space in the ComicVine API key that makes Mylar think it's part of the actual key.

A normal config.ini looks like this:
comicvine_api = 383819839892839283sjs93
One that has a space at the end (or even beginning) transforms the line into a string and it makes the key appear in quotes:
comicvine_api = "383819839892839283sjs93 "
I ran through testing and sure enough, that's exactly what it's pointing to. I'll push out a commit now that will strip out the blank spaces if they exist, but in the meantime you can delete the extra space, save the config and you'll be good to go again :)
stodge
Posts: 27
Joined: Thu Mar 06, 2014 10:03 am

Re: Weird Problem, not downloading

Post by stodge »

Sir, you are an absolute bloody genius. Thanks for your help.
Post Reply