question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unknown Error, please check the log file: (<class 'KeyError'>, KeyError('coverImageUrl'), <traceback object at 0x0419F228>)

See original GitHub issue

Prerequisites

  • [y ] Did you read FAQ section in readme.md?
  • [y ] Did you test with the latest releases or commit ?
  • [y ] Did you search for existing issues in Issues?

Description

I am getting an unknown error when trying to download the list of all my supported artists with f1. Just some hours ago it was working fine.

The only difference between some hours ago and now, is that I added a new artist to my support list, so dunno if that could be the cause

Steps to Reproduce

  1. Enter application
  2. select f1
  3. select 0 for end page
  4. Program gives error

Expected behavior: [What you expected to happen] The expected behavior would be to download all the artists on the supported list

Actual behavior: [What actually happened]

Unknown Error, please check the log file: (<class ‘KeyError’>, KeyError(‘coverImageUrl’), <traceback object at 0x036BE848>) press enter to exit.

Log file: [Attach the pixivutil.log file in the application folder, recommended to delete the old file, reproduce the issue, and upload the newly generated file here] pixivutil.log

Versions

v20220924 You can get this information from executing PixivUtil2.py --help. Latest version available in https://github.com/Nandaka/PixivUtil2/releases

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
shinji257commented, Oct 30, 2022

Nandaka got a new build up for everyone to use and get the fix.

1reaction
KamenReadercommented, Oct 28, 2022

@Nandaka Sorry to be a bother, but now that there’s a fix, could we get a new build? I know you don’t use the Fanbox module much, but for those of us who do, it’s basically dead in the water without the fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I fix my KeyError while accessing an object's value?
I found a good api for this, but when getting data from the api, it returns a KeyError. Please help debug this. My...
Read more >
KeyError Pandas – How To Fix - Data Independent
Pandas KeyError - This annoying error means that Pandas can not find your column name in your dataframe. Here's how to fix this...
Read more >
"BMXAA4214E- An unknown error has occurred..." - IBM
log and set logging to DEBUG for Report logger, and check for OOM errors. Most likely this is what prevents XMLs from being...
Read more >
Fixing KeyError Exceptions in Python - YouTube
When you encounter a KeyError, there are a few standard ways to handle it. Depending on your use case, some of these solutions...
Read more >
Python KeyError: A Beginner's Guide % - Career Karma
KeyError Python: Solutions. To handle a Python dictionary KeyError you can: Check for a key in advance using indexing; Use the “in” keyword...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found