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'm trying to write a custom scraper by using one of the examples as a base. Unfortunately it is not working, and I am not getting any error message neither from Mangal nor from Lua.
Is there a way to debug my custom scraper? You know... halting the scraper execution, checking the variables content, execute the custom scraper commands line by line, even printing debug messages on the console would be okay...
I saw on the custom scraper readmanga.lua that there is a Boolean variable named DEBUG set to true, but I cannot see it referenced elsewhere and apparently is doing nothing (maybe I have to launch mangal with a particular switch?)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to write a custom scraper by using one of the examples as a base. Unfortunately it is not working, and I am not getting any error message neither from Mangal nor from Lua.
Is there a way to debug my custom scraper? You know... halting the scraper execution, checking the variables content, execute the custom scraper commands line by line, even printing debug messages on the console would be okay...
I saw on the custom scraper
readmanga.lua
that there is a Boolean variable namedDEBUG
set totrue
, but I cannot see it referenced elsewhere and apparently is doing nothing (maybe I have to launch mangal with a particular switch?)Thank you
Beta Was this translation helpful? Give feedback.
All reactions