Hi Everyone,
So I have a strange issue. I have built a REST service that generates Shotgun calls and serves custom reports. When ran in a cmd window it works perfectly fine however as soon as I deploy on IIS any route not calling Shotgun works but as soon as I try to introduce a Shotgun Query to generate dropdowns and such I get a "TypeError: slice indices must be integers or None or have an __index__ method". It returns a 200 but then redirects to a 500 page with no real errors since what it is doing is making a very basic SG query to return a list of asset libraries for the user. Is there something on IIS that would make my app not be able to call Shotgun? Am I missing something that would give the server access to call the SG servers. I look forward to hearing from you.
Kindly,
c_jarv