Hey guys, I'm new around here. I am trying to create a weather skin for http://servicos.cptec.inpe.br/RSS/cidade/3671/previsao.xml, but webparser is returning the following error: WebParser: PCRE compilation failed at offset 16: æ¥ç³æ¹©â§æ•´æµ²æ¹©ç‘¡æ¹©â§âæ½¦â²æ¡£ç‰¡æ¡æ•´â²æ±£ç¡s
I think maybe it is related to language, but I can't find it out. Any ideas?
Thanks!
It is currently December 7th, 2023, 10:18 am
Problems with webparser
-
- Posts: 7
- Joined: May 6th, 2010, 1:20 am
-
- Rainmeter Sage
- Posts: 642
- Joined: July 19th, 2009, 5:59 am
- Location: Montreal, QC, Canada
Re: Problems with webparser
That error means there is something wrong with the RegExp in your skin. Please post the contents of the .ini file here between tags.
Code: Select all
-
- Posts: 7
- Joined: May 6th, 2010, 1:20 am
Re: Problems with webparser
You were right, it was an error on the expression, got (s?iU) instead of(?siU) =P