Open cdonadeo opened 4 months ago
Hello,
Could you please provide more information about your issue? To help us better understand, you can add the following code to enable logging:
import logging
logger = logging.getLogger("scaleway") logger.addHandler(logging.StreamHandler()) logger.setLevel(logging.DEBUG) This will generate logs that you can share with us for further analysis.
Thank you!
Example:
Result: