ErrLookup › ssssssss-team/spider-flow

ssssssss-team/spider-flow

新一代爬虫平台,以图形化方式定义爬虫流程,不写代码即可完成爬虫。 · Java · 155 source files

Analyzed at c799cca99c on 2026-09-08. 32 documented errors.

Code / MessageTypeSeverityTags
functionName
exception error
This document is already in use.
exception error codemirror, document, state
Expected ':', but got
panic error
Start must be >= 0.
validation error parsing, bounds-check, index-out-of-bounds
Expected '}', but got
panic error
Start outside of string.
validation error parsing, index-out-of-bounds, span
Reached the end of the source.
exception error parsing, token-stream, syntax-error
filePath
exception error
The two spans do not reference the same source.
validation error parsing, span, argument-validation
Couldn't call method '" + javaMethod.getName() + "' with…
exception error reflection, java, method-invocation
没有找到对应的流程
exception error
_eval必须要有一个参数
exception error
This is abstract class
exception error javascript, abstract-class, instantiation
{message}
exception error java, freemarker, expression, spider-flow
" + g + " is not a function
exception error javascript, polyfill, foreach, typeerror
" + e.message + " for " + child.nodeName
exception error mxgraph, xml-decode, codec
Couldn't get value of field '" + javaField.getName() + "'…
exception error reflection, java, field-access
End outside of string.
validation error parsing, index-out-of-bounds, span
Mode " + mode.name + " failed to advance stream.
exception error codemirror, syntax-highlighting, mode
" + parent.id + ": Self Reference
exception error mxgraph, cycle, self-reference, graph-model
No more characters in stream.
exception error parsing, character-stream, eof
this is null or not defined
exception error javascript, polyfill, foreach, null
Bad type: ' + utils.getClass(val)
exception error jsontree, type-mismatch, json
Inconsistent bindings for " + name
exception error codemirror, keybindings, conflict
" + id + ": Duplicate ID
exception error mxgraph, duplicate-id, xml
file is null
exception error java, null-pointer, io, constructor
Start must be <= end.
validation error parsing, bounds-check, character-stream
There is no line " + (n + doc.first) + " in the document.
exception error codemirror, index-out-of-bounds, document-line
inputStyle can not (yet) be changed in a running editor
exception error codemirror, configuration, unsupported-operation
Inserting collapsed marker partially overlapping an…
exception error codemirror, marker, folding
Unrecognized modifier name: " + mod
exception error codemirror, keybindings, keyboard
Overlays may not be stateful.
exception error codemirror, overlay, mode