Announcement

Collapse
No announcement yet.

New DVD Releases using NetFlix

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    New DVD Releases using NetFlix

    I have read all available threads regarding this cool script. I have installed it, and it is downloading images to the "images" folder. However, the asp page displays the following error:

    Script error: Object doesn't support this property or method: 'Server.CreateObject'

    Set fso = Server.CreateObject("Scripting.FileSystemObject")
    Set File = FSO.GetFile(mDirPath & FileFolder)

    If anyone can help me with this I will really appreciate it. This script might actually impress my wife (although I can't be sure). BTW, I am using Homeseer 2.

    Thanks,
    Bill

    #2
    Did you ever get this working with HS2?
    Also is anyone using it with HS2 or is it not compatable.

    Comment


      #3
      No. I have scaned the forum daily hoping for some news about this script and HS2.

      With my lack of experience with scripting, I am reliant on the efforts of others at this point.

      I did follow a link to the persons site who wrote the script. Looks like he is still happily using HS 1.7 - which I would do if it weren't for remote TTS speaker app (which doesn't work reliably anyway in HS2).

      I am hoping that these scripting gems are not lost forever as a result of the HS2 migration.

      Please let me know if you hear anything,
      Bill

      Comment


        #4
        Okay Will do, This is a great script and I lack scripting knowledge as well.
        Rupp are you reading this? Could you pass your magic wand over it? lol

        Comment


          #5
          You probably just need to change the line to

          Set fso = CreateObject("Scripting.FileSystemObject")

          Comment


            #6
            Tom,

            Sincere thanks...and a hearty round of applause! You made my weekend!

            Now I can give that online rental service a real workout.

            Thanks again,
            Bill

            Comment


              #7
              Tom, that worked.
              thanx

              Comment


                #8
                Mine still doesnt work... Here is my error. I looked at script and I already had that same line other than capatilization differences:
                Script error: Object doesn't support this property or method: 'Server.CreateObject' Set fso = Server.CreateObject("Scripting.FileSystemObject") Set File = FSO.GetFile(mDirPath & FileFolder)

                Could you guys maybe post your revised script to try?
                Thanks

                Comment


                  #9
                  pp,

                  I don't think you are not looking far enough down in the script. Open it in notepad or something and look just below the heading

                  "=================Read Text File Contenst==============="

                  There you should find the offending line.

                  Bill

                  Comment


                    #10
                    I have and see nothing similar. Do I need to add it?
                    ===================== Read Text File Contents ===========================
                    FileFolder = "\html\NewReleases\NewReleases.txt"
                    Set File = FSO.GetFile(FilePath & FileFolder)
                    Set TheFile = File.OpenAsTextStream(OpenFileForReading)

                    Do While theFile.AtEndOfStream <> True
                    count = count + 1
                    ALineOfText = TheFile.ReadLine
                    findlink = instr(ALineOfText,"http://www.netflix.com/MovieDisplay?movieid=")
                    if FindLink <> 0 then ImageIdFound = "yes"



                    Help Please
                    Last edited by ; August 28, 2005, 03:18 PM.

                    Comment


                      #11
                      I loaded all the .asp files into TextPad and Searched for the offending line in all files. Some were already the later version, some were not. I switched all occurances across all files to the later and saved all. Then all worked.

                      Comment


                        #12
                        Smooth, SO I need to search the .asp pages not the main script?

                        Comment


                          #13
                          Sorry, I searched all the files in the dvds directory. TXT and ASP and HTM files. I backed them up and changed whatever needed change.

                          Comment


                            #14
                            Yes, Yes... It works. The newreleases.asp and it works woohoo!.
                            Thanks all!

                            Comment


                              #15
                              I've been wanting this fixed also, THANKS Tom!

                              Terry

                              Comment

                              Working...
                              X