0

Seeing Post EVENT after reading current-sync.xml



I notice I see the BS 210W trying to post back to my web server on simple network. after it download new info. see web server httpd log 192.168.2.241 - - [10/Jan/2011:11:29] "GET /bsign2010/hotel//current-sync.xml HTTP/1.1" 200 3832 "-" "HD210w/3.3.78 (Roku BrightSign)" 192.168.2.241 - - [10/Jan/2011:11:29] "POST /bsign2010/hotel/EVENT HTTP/1.1" 404 289 "-" "HD210w/3.3.78 (Roku BrightSign)" 192.168.2.241 - - [10/Jan/2011:11:29] "GET /bsign2010/hotel//pool/sha1-7FA8288C929ABF9A2FEC0A0D4F9E5A46FA3DBB1B HTTP/1.1" 200 1001 "-" "HD210w/3.3.78 (Roku BrightSign)" 192.168.2.241 - - [10/Jan/2011:11:29] "GET /bsign2010/hotel//pool/sha1-C5F37A6C4629BFEEA532F742EF21F02366927E3A HTTP/1.1" 200 10312 "-" "HD210w/3.3.78 (Roku BrightSign)" 192.168.2.241 - - [10/Jan/2011:11:29] "POST /bsign2010/hotel/EVENT HTTP/1.1" 404 289 "-" "HD210w/3.3.78 (Roku BrightSign)" 192.168.2.5 - - [10/Jan/2011:11:29] "GET /bsign2010/rssfeed/ird.xml HTTP/1.1" 200 3337 "-" "HD210w/3.3.78 (Roku BrightSign)" I have check and I have disable the posting in the current sync.xml see here <?xml version="1.0" encoding="utf-8"?> <sync version="1.0" name="Simple Networking"> <meta> <client> <base>http://xxx.xxxxx.com/bsign2010/hotel/</base> <next>/current-sync.xml</next> <event>EVENT</event> <error>ERROR</error> <deviceerror>DEVICEERROR</deviceerror> <uploadusage>UPLOADUSAGE</uploadusage> <getfile>GETFILE</getfile> <uploadlogs /> <playbackLoggingEnabled>no</playbackLoggingEnabled> <eventLoggingEnabled>no</eventLoggingEnabled> <diagnosticLoggingEnabled>no</diagnosticLoggingEnabled> <uploadLogFilesAtBoot>no</uploadLogFilesAtBoot> <uploadLogFilesAtSpecificTime>no</uploadLogFilesAtSpecificTime> <uploadLogFilesTime>0</uploadLogFilesTime> </client> <server> <account>ACCOUNT</account> <user /> <password /> <group>GROUPNAME</group> </server> </meta> <files> Let me know what is mis-configured. thanks bill

1 comment

  • 0
    Avatar
    RokuLyndon


    The post you're seeing is most likely unrelated to the diagnostic and usage logs. CUrrently, brightauthor doesn't attempt to send any logs. There are some pings that go back to the server that report the model, serial #, firmware version, etc in headers.

    We can probably manually edit the autorun.brs to remove these posts back to the server
Please sign in to leave a comment.