Code Monkey home page Code Monkey logo

Comments (18)

RePod avatar RePod commented on May 20, 2024

Not a problem, and this is a separate issue entirely with the Catalog.

However, due to you including the error this is an easy fix.

Try this.

from psdle.

EvilCanasta avatar EvilCanasta commented on May 20, 2024

Still gets stuck at 642, this time is "data.metadata.primary_classification is undefined"

from psdle.

RePod avatar RePod commented on May 20, 2024

One more...

from psdle.

EvilCanasta avatar EvilCanasta commented on May 20, 2024

This one works with and without Catalog, but the bug with certain PS1/PS2 Classics listed under PS3 (Warhawk and Twisted Metal Black, respectively) i mentioned in the other discussion has returned.

But hey, at least it works! :)

from psdle.

RePod avatar RePod commented on May 20, 2024

I'm working on implementing more debug tools to assist in figuring out what is causing this.

When on the it-it store, and PSDLE has been started, try running the following in the console:

repod.psdle.debug.checkParse("EP9000-NPEC00001_00-GTWISTEDME000001")

It should spit out the information it gets back from the Catalog, and when I try it the "platform" attribute is returned as "PS2". Just want to verify you're getting the same results.

Also, when I tried generating a fake list using the catalog and TMB it was properly classified as a PS2 game. Please try the latest version to confirm if I didn't randomly fix it since I have since done a lot of changes around the code where it figures this stuff out.

from psdle.

EvilCanasta avatar EvilCanasta commented on May 20, 2024

Do you mean "started" as using the latest version released hours ago?

EDIT: yes the attribute is PS2 from the console. But not in the list itself. Warhawk is now listed under PSP (and it was PS3, but it should be PS1), but that command reports that the attribute is PS1. That's another of those Classics in multiple downloads like TMB (one download is one language for the manual)

Also the new version seems to be faster than the ones you told me to use in the previous posts.

from psdle.

RePod avatar RePod commented on May 20, 2024

Thanks for the confirmation, I'll be looking into it.

Also the new version seems to be faster than the ones you told me to use in the previous posts.

I had accidentally removed a few function calls, which I recently added back.

from psdle.

EvilCanasta avatar EvilCanasta commented on May 20, 2024

Uhm i think something got messed up with the latest revision of PSDLE... first, Catalog is disabled by default (not a big deal), second, there's no difference between choosing "Export View" or downloading the .CSV file, they're formatted the same in both cases... but hey, i love those checkboxes.

from psdle.

RePod avatar RePod commented on May 20, 2024

Catalog is disabled by default now. It's been on my list for a while and since I ironed out a majority of the Catalog problems I thought this was a good time to do it.

Export View generates the textbox to copy paste, CSV generates an actual download.

from psdle.

EvilCanasta avatar EvilCanasta commented on May 20, 2024

I understand, but it worked better before... you could get 4 different columns by copying everything on a spreadsheet, i mean it was like seeing the actual PSDLE list, just without the icons. Now you get a single column with all info about Name,Platform,Size,Date, (and PS+,PS TV, too if you happen to enable them)

On a side note (sorry to bother you), do you know if the following problem with the Download List has anything to do with your plugin, or it's just a problem with their site? Have you ever heard of something like that, or got reports about a similar issue? http://community.eu.playstation.com/t5/PSN-Support/Weird-problem-with-Playstation-Store-on-PC/td-p/22950767

from psdle.

RePod avatar RePod commented on May 20, 2024

Now you get a single column with all info about Name,Platform,Size,Date, (and PS+,PS TV, too if you happen to enable them)

Fixed, was a small absence in the code. "Export View" now properly uses the given separator.

Do you know if the following problem with the Download List has anything to do with your plugin, or it's just a problem with their site?

I have no idea. All I can say is PSDLE is generating the Download List in the same way as the store so there would be little difference between the two.

from psdle.

EvilCanasta avatar EvilCanasta commented on May 20, 2024

Nice :D i love the new PS+ column.

I just asked about that bug with the Download List because, like it's written in that link, the problem began earlier this year, and PSDLE got some major changes (just guessing) this year, too. It's a really weird problem anyway... i just thought that maybe the list "freezes" after you use the script and then you have to clean the browser or use a different one to "fix" it.

ps: do you think it'll be possible to make the exported .CSV file the same as the one you obtain by manually copying the text? I mean, with the separators and in multiple columns? Or maybe just fix the special characters? It's just because some special characters aren't exported properly, i.e. (PAYDAY™ The Heist - Trial) is exported as (PAYDAYâ„¢ The Heist – Trial). Again, this only happen with the .CSV file, the other method has everything working properly.

ps: did you remove the "total size" at the bottom of the exported list? It's not like i was really using it, i'm just curious. Also, shouldn't PS TV be completely greyed out for the EU site?

from psdle.

RePod avatar RePod commented on May 20, 2024

do you think it'll be possible to make the exported .CSV file the same as the one you obtain by manually copying the text? I mean, with the separators and in multiple columns?

Definitely possible, it's as simple as prompting for a user-defined separator. However, aside from delimited which already does this, it would no longer be "Comma-separated values" (CSV) which speedsheet programs might expect.

It's just because some special characters aren't exported properly

Make sure when you're opening or importing it into your speadsheet software it's being detected as UTF-8. I had a similar issue using LibreOffice Calc, forcing it to UTF-8 fixed everything. I cannot do anything more about this.

screenshot_4

did you remove the "total size" at the bottom of the exported list?

The totals are not included with exporting for now since I need to rewrite how the totals are generated. I'm thinking of including totals for other columns like the number of PS+ or PS TV rows.

Also, shouldn't PS TV be completely greyed out for the EU site?

Yes, however at the moment since the options are generated dynamically without taking into account what's actually available, PS TV is included in the export options.

from psdle.

EvilCanasta avatar EvilCanasta commented on May 20, 2024

I see. Well after importing the file (i use Excel 2010) it looks like exactly the one i copy/paste manually. Same format, same number of columns, and the special characters seem to be correct. I wish there's a way to automatically import files like that, since i rarely use that format and i'll probably forget it very soon (actually, i think that's the first time ever i had to IMPORT a .CSV file haha). Thanks for the tip.

Got any news on that problem with the mislabeled PS1/PS2 games?

EDIT: sorry to bug you again, but do you remember that old issue that was reported here, about certain PS3 content mislabeled as PSP? But now it just happens without Catalog enabled, not in both cases. It was some content that, for some weird reason, had a "download link" from Account Management, something that it's used only by actual PSP content. Using that "checkParse" command doesn't seem to give a proper platform, though. It says "Array [1]" or something like that.

from psdle.

RePod avatar RePod commented on May 20, 2024

None in particular, recently updated the website with Bootstrap which consumed most of my time.

However I would assume it's an easy fix once I focus on it specifically. I have a large to-do list I'm working through while also keeping track of feedback and other reports.

from psdle.

EvilCanasta avatar EvilCanasta commented on May 20, 2024

I see. Oh and sorry i had to edit my previous post.

from psdle.

RePod avatar RePod commented on May 20, 2024

But now it just happens without Catalog enabled, not in both cases.

System detection is primarily determined by the Entitlements information then the Catalog overwrites it if enabled. Outside of that I cannot control it.

from psdle.

EvilCanasta2 avatar EvilCanasta2 commented on May 20, 2024

Hi, it's me again, but i've lost my previous account. Can you please close this issue? Thanks.

from psdle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.