jdg_rss <- rdf/rss/xml/html screen scraper

jc634

Administrator
And you thought you wanted to be a programmer!:D

I am sure it something really simple, and probably a bad combination of commands in my one screen file.;)

Have fun!

Jim
 

jdgordon

New member
i think i found your problem....

ur gonna kick yourself...

look @ opt14 in [from00]... its misssing the closing " which probably causes cc2_config itself to crash...

EDIT: woopsys.. i had the right line but the rong reason.... that line is editing item02_end, not 03... although that shouldnt make it crash... fix the line and lemme know how it goes..
________
Upskirt tubes
 
Last edited:

CF Mark

Administrator
It won't be the missing quote.
In the libs you are using quotes are completley ignored.

Hm, I'll have to build new libs and update the SDK.
 

jc634

Administrator
jdgordon said:
i think i found your problem....

ur gonna kick yourself...

look @ opt14 in [from00]... its misssing the closing " which probably causes cc2_config itself to crash...

EDIT: woopsys.. i had the right line but the rong reason.... that line is editing item02_end, not 03... although that shouldnt make it crash... fix the line and lemme know how it goes..
Fixed both (don't you just love copy/paste?).

No change. I can delete the screens and CC2 will not restart. Once I delete the .dll file, everything comes back.

Jim
 

jc634

Administrator
Just playing around to see where my screen kills CC2. I added items 0 thru 2 individually and all worked fine.

I added item 3:

opt12="item03_id=@04"
opt13="item03_section=dd"
opt14="item03_end=$Whitespace$"
opt15="item03_count=2"

and all dies. My item 2 looks almost the same except there is no

opt14="item03_end=$Whitespace$"

I deleted this line and it works. I added back the rest of the screen except opt14 and it all works. The output is what I also want on the LCD. It turns out that I don't need opt14, but this command is what kills CC2.

At least we know the line that is bad.

Jim
 

jc634

Administrator
jd,

Since I dumped the whitespace, I played around with my current weather screen and updated it to include heat index and wind chill. It works great for removing the & #176.

So, for the moment, everything is running smooth. Nice enhancement to the plug-in!:)

Let me know what you find out about the whitespace problem. I no longer need with this screen, but might come in handy elsewhere.

I'll upload the latest screen in the other thread.

Jim
 

jdgordon

New member
so using section and end together work? just $whitespace$ doesnt work??

that makes it a bit easy to fix i tihnk.... i hope
________
Ffm Vid
 
Last edited:

jdgordon

New member
jc634 said:
Perhaps if there is no whitespace in the rss line, the rss plug-in gives up the ghost?:confused:

Jim
it shouldnt... because the way i check for whitespace makes it stop at the new line anyway... what ill do is chuck in a failsafe thing so it will stop searching for whitespace if it hasnt found any after 256 characters... (a nice number...)

ill upload a test version of this to the first post in a mionute... i dont have time to test it now, and i wont be back at the comp till tomorow night (my time) so i hope it doesnt do anything bad...
________
Make a vaporizer
 
Last edited:

jc634

Administrator
jdgordon said:
it shouldnt... because the way i check for whitespace makes it stop at the new line anyway... what ill do is chuck in a failsafe thing so it will stop searching for whitespace if it hasnt found any after 256 characters... (a nice number...)

ill upload a test version of this to the first post in a mionute... i dont have time to test it now, and i wont be back at the comp till tomorow night (my time) so i hope it doesnt do anything bad...
Still no go.:(

I tried whitespace in a couple of different places to test. Both times, CC2 died.

Go figure...:confused:

Jim
 

jdgordon

New member
all fixed :D

was just a very stupid mistake that wasnt very obvious...
its bloody cold in Marion, Iowa atm (45F.. like 10C or something?)

thanx for those bbc link CC admin..

ill upload the new build to the first post in a min
________
Pornstars latina
 
Last edited:

jc634

Administrator
jdgordon said:
all fixed :D

was just a very stupid mistake that wasnt very obvious...
its bloody cold in Marion, Iowa atm (45F.. like 10C or something?)

thanx for those bbc link CC admin..

ill upload the new build to the first post in a min
All fixed.:D

And yes, it has been raining and cold most of the week. Usually not this cold.

Jim
 
Top