PulsarRPAPro icon indicating copy to clipboard operation
PulsarRPAPro copied to clipboard

Professional edition; AI for auto extraction; Web UI; examples.

Results 14 PulsarRPAPro issues
Sort by recently updated
recently updated
newest added

数据库切成了mysql,没找到数据,在mongodb中也没找到具体的数据,但是在页面上的data页面里可以看到

请问一下新闻详情页怎么提取?

good first issue
wontfix

目前可以单独main方法跑 但是在springboot中找不到配置注册handler或者配置option的地方,有扩展点吗?

我按照说明配置相关文件,构建的时候出现错误。 ![image](https://github.com/platonai/PulsarRPAPro/assets/87591236/12416d32-f986-4d6a-b8bf-17543fef6f38) ![image](https://github.com/platonai/PulsarRPAPro/assets/87591236/bb5dc362-cc85-436b-83f8-cba80312b5cb) ``` . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_|...

我发现项目的结构目录发生了变化,与原来的文档说明不一致,请问我应该如何操作。 ![image](https://github.com/platonai/PulsarRPAPro/assets/87591236/8ab8f6c8-c0a1-4e00-a353-cf84dd3a67ce)

请问是否支持在centos7上运行该程序?我这里安装了chrome和chromedriver,但是仍然提示Failed to create chrome devtools driver

wontfix

Exception in thread "DefaultDispatcher-worker-7" java.lang.NullPointerException at ai.platon.pulsar.crawl.impl.StreamingCrawler.handleCanceled(StreamingCrawler.kt:649) at ai.platon.pulsar.crawl.impl.StreamingCrawler.handleRetry(StreamingCrawler.kt:541) at ai.platon.pulsar.crawl.impl.StreamingCrawler.runLoadTaskWithEventHandlers(StreamingCrawler.kt:462) at ai.platon.pulsar.crawl.impl.StreamingCrawler.access$runLoadTaskWithEventHandlers(StreamingCrawler.kt:68) at ai.platon.pulsar.crawl.impl.StreamingCrawler$runLoadTaskWithEventHandlers$1.invokeSuspend(StreamingCrawler.kt) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33) at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33) at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) at...

Failed to run harvest command using exotic-standalone.jar on Windows: ``` D:\Download>java -jar exotic-standalone.jar harvest https://www.amazon.com/Best-Sellers-Automotive/zgbs/automotive/ Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at...

Wildcard character in command line is not supported on Windows, so the README document should be improved. ``` D:\Download>java -jar "exotic-standalone*.jar" harvest https://www.amazon.com/Best-Sellers-Automotive/zgbs/automotive/ Error: Unable to access jarfile exotic-standalone*.jar ```

The timezone should be detected from the browser and can be choosen in the Web UI.