You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a spider with a dot in arg names (e.g. -a discovery_tasks.1.url=http://example.com). I can run it without problems in Scrapy and in Scrapy Cloud if I set the arguments manually, but I cannot schedule it using shub:
Error: discovery_tasks.1.url: Only letters, digits and _ allowed in args names.
It would be nice to allow also dots in args in shub.
The text was updated successfully, but these errors were encountered:
I have a spider with a dot in arg names (e.g.
-a discovery_tasks.1.url=http://example.com
). I can run it without problems in Scrapy and in Scrapy Cloud if I set the arguments manually, but I cannot schedule it usingshub
:It would be nice to allow also dots in args in
shub
.The text was updated successfully, but these errors were encountered: