duck7000 / imdbGraphQLPHP

5 stars 0 forks source link

Multiple fixes and additions #49

Closed duck7000 closed 2 months ago

duck7000 commented 2 months ago

@GeorgeFive The first change in this list will need your attention as the output array of those methods is changed. It used to output string for episode and jobs but now it outputs array with all those items separated. I tried to explain it all in the wiki but i might missed something

GeorgeFive commented 2 months ago

Haven't had a chance to look at the code yet (work), but has anything changed with special / visual effects? I took the code out on my end, so curious if anything changed and if I should try it again?

duck7000 commented 2 months ago

No the method that collects the data hasn't changed (there lies your problem) so try again will not help.

I'm working on bringing back the logger so you can check if the return from GraphQl is correct or not

GeorgeFive commented 2 months ago

Sounds good, let me know when you've got the logger running. Updated the job arrays on my end, no issues there.

duck7000 commented 2 months ago

@GeorgeFive Logger is back added, use config option $debug to true to enable For the moment it only works on the imdb api call

duck7000 commented 2 months ago

closing this one as the changes seem to work, for logger questions please use the other issue